Answered
System Identification Parameter Estimation
you can refer to the below link which may help you in solving the issue: https://www.mathworks.com/matlabcentral/answers/473243...

4 years ago | 0

Answered
How do read image .NRW format in Matlab?
you can refer to the below link which provides Tips for reading a camera raw file into MATLAB : https://blogs.mathworks.com/ste...

4 years ago | 0

Answered
Data Acquisition Toolbox hi
you can refer to the below link which answers similar question: https://www.mathworks.com/matlabcentral/answers/477981-data-acq...

4 years ago | 0

Answered
Save data from Simulink model run in external mode in real time directly to a file at each timestep
You can refer to the below link which answers a similar question : https://www.mathworks.com/matlabcentral/answers/273587-how-c...

4 years ago | 0

| accepted

Answered
Is there a way to change the sensitivity of the IMU model in MATLAB?
you can use "Resolution" property of accelparams or gyroparams to specify minimum value an accelerometer or gyro can register. ...

4 years ago | 0

| accepted

Answered
How to create a sine and triangle waves with frequency modulation of 0.5 Hz and peak to peak voltage is 4 V to -4 V at sample rate of 1 kHz ?
According to my understanding if you need sine and triangle waves with peak to peak voltage 4V to -4V you can try the following ...

4 years ago | 0

Answered
Can't find fmincon optimizer in R2019b
“fmincon” and “optimoptions” these two functions are there in 2019b. Try to find whether these files are present in your install...

4 years ago | 0

| accepted

Answered
How to make my Function work with vectors and scalers
As you mentioned that you allowed to use only for loops from that I am assuming that you are not allowed to use inbuilt “factori...

4 years ago | 0

Answered
Change parameters in Simscape model executable
you can follow below steps to change parameters in Simscape model executable In Preference -> Simscape enable "Show runtime par...

4 years ago | 0

| accepted

Answered
Multiple USB Cameras plugged in, only one found - Image Acquisition Toolbox
It seems like the issue is with the identical names of USB cameras connected. You can rename the USB webcams by following below ...

4 years ago | 1

| accepted

Answered
weird error when run simulinlk
MATLAB transforms the values to complex when it is needed but Simulink does not. You can have a look at similar question: http...

4 years ago | 0

Answered
Model not assembled: position violation...How can I Solve Error this error ?
You can have a look at similar question: https://www.mathworks.com/matlabcentral/answers/473428-why-do-i-receive-the-following-...

4 years ago | 0

Answered
Locating adjacent identical elements in string array
Currently MATLAB does not support any function that returns an array that shows : where the identical elements are present and t...

4 years ago | 0

Answered
Why the Simulink s-function builder generated c file (wrapper.c) is removed after build (code generation)?
In order to the S-function block to know where to look for the _wrapper.c, you need to explicitly tell it in the S-function modu...

4 years ago | 0

| accepted

Answered
MATLAB(Simulink) 2018a
It may be due to network configuration issue. You can refer to the below link which solved the similar issue. https://www.math...

4 years ago | 0

Answered
How to create a custom target for use with a Teensy 4.0
You can refer to the below documentation link on how to create Custom Targets https://www.mathworks.com/help/ecoder/ug/sample-c...

4 years ago | 0

Answered
change the number of bins in corrplot function?
Input arguments accepted by “corrplot” function are data series to plot correlation, axeson which to plot and name value pairs. ...

4 years ago | 0

| accepted

Answered
Can matlab access java class variable?
You can refer to the example provided in the below documentation link on how to Access Public and Private data https://www.math...

4 years ago | 0

Answered
Matrix dimensions must agree error
Addition and element wise multiplication is possible only with matrices of same dimensions. Try to make sure your matrices are ...

4 years ago | 0

Answered
Open Physionet data in Matlab
The below example uses Physionet data and Classifies ECG Signals. Hope this link may helpful to you: https://www.mathworks....

4 years ago | 0

Answered
Unable to install support package - installation fails
The support package installation can fail for several reasons. You can refer to the below link which answers similar question. ...

4 years ago | 0

Answered
Problems with the static text box of the GUI
Assuming that you want entire directory to be displayed in a single line. To achieve this, you can adjust the Graphical layout...

4 years ago | 0

Answered
Help me to write PAPR Reduction of OFDM system using PTS scheme
Have a look at similar question: https://www.mathworks.com/matlabcentral/answers/417224-is-there-anybody-that-have-papr-reducti...

4 years ago | 0

| accepted

Answered
read entire sheet in xlsread basic mode
“xlsread” is not recommended instead you can use “readtable” function to read entire excel sheet. You can refer to the below do...

4 years ago | 0

Answered
readcell does not import last columns when first columns are empty (2019a)
If you know the number of columns, then you can use below commands to get all columns including the empty ones. opts = spreadsh...

4 years ago | 0

| accepted

Answered
Power of white noise set in Simulink
Have a look at similar question: https://www.mathworks.com/matlabcentral/answers/457180-relationship-between-noise-power-in-a-b...

4 years ago | 0

Answered
Fourier series sawtooth wave
You can use “sawtooth” function in MATLAB to create a sawtooth wave. You can refer to below documentation for more information ...

4 years ago | 0

Answered
What is the Neutral Phase Port used for on a BLDC motor block in Simscape?
You can refer to the below documentation for more information on what is the use of Neutral phase port and how to use it. https...

4 years ago | 0

Answered
How can I write a multi-band image in jp2 format?
As mentioned in the error jp2 files support either 1 channel or 3 channels. To write multi-band image in jp2 format you can fo...

4 years ago | 0

Answered
How to read MDF Files into Matlab?
The error you are encountering often occurs when the MDF file is not sorted. By applying a data sort to the file, it becomes rea...

4 years ago | 1

| accepted

Load more