Answered
Matlab online rosinit error
Hi Sai, ROS and Robotic System Toolbox is not currently supported in MATLAB Online. You can refer to the following link to c...

5 years ago | 0

Answered
another function for solving differential equation other than dsolve in MATLAB
Hi Leila, One way to speed-up the execution is to add a limit on the maximum degree of radicals. The following shows you an ex...

5 years ago | 0

| accepted

Answered
Pairwise correlation between time-series
Hi Tamir, I understand that you want to calculate the average correlation coefficients in each of the masked regions as speci...

5 years ago | 0

Answered
How can I read .ogg audio datasets for training and applying LSTM in Matlab according to the following code?
Hi Pooyan, The audioread function can be used to read .ogg files. The code uses 3 classes, each containing N different audio...

5 years ago | 0

Answered
Load Vs Readtable Vs array
Hi Thallon, Load – is used to load data from a file into MATLAB Variables. Any MAT-file or ASCII file can be used as argument...

5 years ago | 0

| accepted

Answered
How can I adress merged cells in excel sheet?
Hi Denny, You can use the readcell function to readout the cell. The following is an example, assuming you have merged cells...

5 years ago | 0

| accepted

Answered
Are there any functions/blocks to print the spectrum of spectrum Analyser to file or just output its data to file automatically in simulink
Hi Geng The Obtain measurements Data Programmatically for spectrum Analyser Block document shows you an example for storing t...

5 years ago | 0

Answered
How to solve the range of x axes and obtain y values?
Hi Megha, To plot specific regions of the curve in different plots (to emphasize certain characteristic features), the followi...

5 years ago | 0

| accepted

Answered
How do you plot a signal that has been broken up into time brackets?
Hi Jared, This can be done using the logical indexing as shown below, t = -1:0.01:5; m = zeros(1,length(t)); idx = (t>...

5 years ago | 0

| accepted

Answered
my root locus plot wont show the datatip
Hi Zain, I assume that you are using the MATLAB live editor for root locus plot. This is a known issue, it is reported to the ...

5 years ago | 2

Answered
PCHIP and SPline error
Hi Robbie, We don’t have statistical error bounds for interpolation, as the interpolation functions takes in the query points ...

5 years ago | 0

| accepted

Answered
Filtering a 2D plot from pcolor
Hi Marcus, Refer to the documentation of imfilter and fspecial functions for filtering Color images. Also refer to this docu...

5 years ago | 0

Answered
How do I get an array of serial readings if readout isn't working with my device?
Hi David, The Warning is related to a timeout issue. For more information about this warning refer to the following documentati...

5 years ago | 0

Answered
Monte Carlo localization algorithm
Hi John, The likelihood for the montecarloLocalization can be set using the ‘SensorModel’ property of the montecarloLocalizatio...

5 years ago | 0

Answered
DSP Toolbox : Array Plot Sample Increment Configuration for Simulink
Hi Shashwat, The Array plot block is used to plot vectors or arrays. The X-axis shown in the array plot block is samples of ...

5 years ago | 1

| accepted

Answered
Rainflow counting function in Simulink
Hi Chulhoon, There are a few issues which might cause the above error. All of those cases are clearly explained with their s...

5 years ago | 0

Answered
How draw lines between two coordinates saved with mouse's click in UIaxes (appdesigner)?
Hi Ivan, The UIAxes of App Designer does not have a callback functionality but the WindowButtonDown Callback function can be u...

5 years ago | 0

| accepted

Answered
How can I eliminate the following error. LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Hi Pius, This is an issue due to VS 2012, VS 2010 and Microsoft. This issue can be resolved either by upgrading VS 2010 to VS 2...

5 years ago | 1

Answered
Alternatives to 'datasample'
Hi Veena, Yes, randomperm (without replacement) and randi (with replacement) can be used as an alternative. Furthermore, if t...

5 years ago | 0

| accepted

Answered
Does anyone know how to model random noise of a transistor in simulink please? Cant find much info online so any help would be appreciated thanks!
Hi Emily, RF blockset has specific RF blocks which has the required noise modelling. In other words, they do not have componen...

5 years ago | 1

Answered
Derivative Block is Linearized to Zero
Hi Nicholas, The Linearization Time parameter mentioned in the Linearization advisor is the parameter ‘c’ which you set in the...

5 years ago | 1

| accepted

Answered
How to import AFM data to Matlab?
Hi Hivanu, There is no direct way to import AFM data from Gwyddion to MATLAB, but MATLAB has option to import csv files using t...

5 years ago | 0

Answered
How to have the MATLAB Web Browser automatically save a downloaded file to a specified directory without prompting
Hi Philip, To download and save the files the websave function can be used. You can specify the path using the filename argume...

5 years ago | 0

Answered
App designer: Dot indexing is not supported for variables
Hi Medical Imaging, I understand that you are trying to access the ‘name’ field of the app.sFOLDERS structure The reason be...

5 years ago | 0

Answered
How can I do real time audio processing with sliders in a Matlab script (*.m files)?
Hi Ayrton, In general, the slider callback is executed only when the slider is released. I understand that you are trying to g...

5 years ago | 0

Answered
Creating a movie from binary plots
Hi Feihao, It is my understanding that you have a series of binary matrices and you want to write those to a video file. Thi...

5 years ago | 0

Answered
How to process and rewrite multiple wav file into different folder?
Hi Epri, It is my understanding that you are trying to read multiple files one by one,process it and save the processed file t...

5 years ago | 0

| accepted

Answered
Error using trainNetwork. Number of observations in X and Y disagree
Hi Tanner, The first two input argument of trainNetwork function - X and Y, are reshapedData and nnTrainLables’ respectively, ...

5 years ago | 1

Answered
Best estimate with range bar charts
Hi A Aravinda, It is my understanding that you are trying to overlay the range bars over your bars in your bar chart. This can ...

5 years ago | 0

| accepted

Answered
Using NARX model with Neural Network Predictive Control
Hi Chris, It is my understanding that you are trying to use your NARX Model in one of the Deep Learning Control System Block...

5 years ago | 0

| accepted

Load more