Kshittiz
MathWorks
Followers: 0 Following: 0
I am an Engineering Development Group Intern at Mathworks. My major responsibility is to provide best support for MATLAB and Simulink. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks
C++
Spoken Languages:
English
Statistica
RANK
3.275
of 295.467
REPUTAZIONE
16
CONTRIBUTI
0 Domande
22 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
How to achieve i+1 indexing in simulink
Hi Hui, I understand you are facing issues while trying to achieve the ‘i+1’ indexing from your MATLAB script in Simulink. To...
circa un anno fa | 0
I am using the live data acquisition app but would like to record more than one channel. Is it possible to modify the code to achieve this?
Hi Terry, I understand you are using live data acquisition app and you want to know if recording more than one channel is possi...
circa un anno fa | 0
'Undefined function 'getSignal' for input arguments of type 'cell
Hi Mesut, I understand you are trying to run two functions in MATLAB consecutively. The first function extracts files from zi...
circa un anno fa | 0
Can MATLAB run a Linux binary by Lima VM on MacOs ?
Hi Nicola, I understand that you want to run a Linux binary by Lima Virtual Machine on MacOS and you are facing issues while ...
circa un anno fa | 0
Comparing Float value with integer value in Simulink/Autosar code generation
Hi Tejas, I understand that in the Autosar generated code, there is a variable named 'Sts' which is being compared with float...
circa un anno fa | 0
La commande "input" ne fonctionne pas sur mon Mac, impossible de saisir une valeur numérique au clavier. Cela fonctionnait sur une version antérieure.
Hey David, I understand that you are unable to enter numerical values using the keyboard on your macOS Ventura while using th...
circa un anno fa | 0
MATLAB R2022a remote installation fails without any errors
Hi Vinay, I understand that you want to install MATLAB from ISO without GUI. You can refer to the following MATLAB Answers t...
circa un anno fa | 0
Psychtoolbox help: How to get inputs with keyboard and present the input on screen
Hi Selen, I understand that you want your code to run for a certain period and save all the words typed during that period. But...
circa un anno fa | 0
One Matlab version breaks when I fix errors in the other one, after getting errors in startup: Unrecognized function or variable + warning: name is nonexistent.
Hi Zaida, I understand that you are using two MATLAB versions and encountering “Unrecognized function or variable” error while ...
circa un anno fa | 0
Pausing Simulink Model programmatically not working
Hi Byron, I understand you’re using the “set_param” function to pause your simulation but it’s not working as per your expectat...
circa un anno fa | 0
Code Generation File Does not exist.
Hi, I understand that you are encountering an error message stating : “Code Generation file does not exist” error. The error...
circa un anno fa | 0
Is there any way to do simultaneous input and output on the same NI device using the new Data Acquisition Interface?
Hi, I understand that you want to know if it is possible to create multiple sessions for the same device using the new Data acq...
circa un anno fa | 0
Generated Signals to Multiple Outputs With Different Rates Simultaneously
Hi, I understand you want to achieve synchronized output from two different channels on an NI DAQ Device. To resolve the issue...
circa un anno fa | 0
Is there any specific document and tutorials available to simulate linear electric actuator using Aerospace blockset in simulink?
Hey, Here are some documents and tutorials available to simulate a linear electric actuator using the Aerospace Blockset in Sim...
oltre un anno fa | 0
Links in HTML Documentation generated by MATLAB not linking to correct location
Hey, Please note that the HTML generated by MATLAB doesn't inherently support internal anchor links, this is why you are being ...
oltre un anno fa | 0
| accettato
Invalid version R2021 when installing for Python 3.7-3.9
Hey, The error you are facing can be due to an issue with the version parsing in the packaging library used by setuptools. The ...
oltre un anno fa | 0
How to zoom the generated code in Embedded Coder App?
Hey, To zoom the generated code in Embedded Coder, you can follow these steps: In the Embedded Coder app, navigate to the "Cod...
oltre un anno fa | 0
| accettato
Gradient calculation from a starting point in image
Hey Adele, I understand that you are iteratively searching for the pixel with the lowest height in the neighbourhood and then w...
oltre un anno fa | 0
| accettato
How we are getting overflow when single(-2) is stored in uint32?
Hi, I understand that you are getting overflow when single(-2) is stored in uint32 block in Simulink. In Simulink, an overflow...
oltre un anno fa | 0
| accettato
Running 'surf' many times to change thickness
Hi, I understand that you want to know if the thickness is changed if “surf” command is run on a particular area multiple tim...
oltre un anno fa | 0
Why is the library browser in Simulink so slow in Matlab R2022 (MacOS) and how can it be fixed?
Hi Jonas, I understand that you are experiencing the issue of slow responsiveness of custom-built GUI for MATLAB R2022b on your...
oltre un anno fa | 0
Is there anyway to create a plot with a discontinued x-axis, where the one set of data is linked to the left y-axis, and a second data is linked to right y-axis?
Hello Antonio, I understand that you are trying to plot 2 sets of data on the same x-axis, but the x-axis was discontinued. The...
oltre un anno fa | 0
Risolto
Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...
oltre 2 anni fa
Risolto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
oltre 2 anni fa
Risolto
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
oltre 2 anni fa
Risolto
Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...
oltre 2 anni fa
Risolto
Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...
oltre 2 anni fa
Risolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
oltre 2 anni fa
Risolto
Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...
oltre 2 anni fa