Réponse apportée
Report Generator does not compile
Hi James, Can you try executing the command: >> which -all report in your 32-bit version of MATLAB? It's possible tha...

presque 10 ans il y a | 0

Réponse apportée
How to solve Error:Unexpected MATLAB expression. workspacefunc 287
Hi Nan, Do you have any user-defined functions called builtin, strjoin, or strsplit? MATLAB has these defined internally, and...

presque 10 ans il y a | 9

Réponse apportée
Real time plot of vibration data
Hi Marius, To add to this answer, I would also recommend looking into using a "timer" object such that you plot every T secon...

presque 10 ans il y a | 0

Réponse apportée
Problem using GPU with Matlab R2015a: dispatcher:loadLibrary Can't load gpu.dll
Hi Sascha, Judging from the error message, it seems like MATLAB is trying to load a 32-bit dll into 64-bit MATLAB, which is n...

presque 10 ans il y a | 0

Réponse apportée
Is it possible to plot transparent error stripes?
I am not quite sure what you mean by "error stripes", so I am going to assume that you are referring to lines for confidence int...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
Blank Plots and 'Caught unexpected exception of unknown type' error in R2014b
Hi Maha, Does this happen with any plot in MATLAB, or only with particular examples? Is MATLAB itself crashing, or is is it j...

presque 10 ans il y a | 0

Réponse apportée
How can I disable font smoothing within a legend?
Hi HoBe, In order to turn off the font smoothing of a legend, you can set the FontSmoothing property of a text object that is...

presque 10 ans il y a | 1

Réponse apportée
How to make .fig files private?
Hi Han, This is a limitation of MATLAB wherein GUI's in a private directory or directories starting with '@' do not work prop...

presque 10 ans il y a | 0

Réponse apportée
How can I add figures from a looping script in the report generator toolbox?
Hi Julio, Similar to how "drawnow" works when plotting figures, there is an equivalent function for the MATLAB Report Generat...

presque 10 ans il y a | 0

Réponse apportée
How to add cells in a uitable?
Hi Sai, Since your table is a cell array, you would first need to convert your "tot" to an array to execute "sum" on it. For ...

presque 10 ans il y a | 2

Réponse apportée
I can't get the Spectrogram to work, could anyone help please, I have attached my code?
Hi Sarah, Assuming that you want to see the spectrogram of the signal "AvgL", there is actually already a function to do this...

presque 10 ans il y a | 0

Réponse apportée
Optical Character Recognition (OCR) from an app screen shot.
Hi Steven, When you mentioned that you looked into OCR, I assume you meant the "ocr" function in MATLAB, but if you haven't s...

presque 10 ans il y a | 1

Réponse apportée
range for xlabel of image (imagesc)
By default the dateticks lie in the middle of the range specified by the tick rather than the beginning of the range. To make da...

presque 10 ans il y a | 0

Réponse apportée
fitted line in a scatter plot within a subplot
To add a fitted line to a specific subplot, you can just use the "Basic Fitting Tool" in MATLAB. This can be accessed by going t...

presque 10 ans il y a | 0

| A accepté