Answered
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...

ungefär 9 år ago | 0

Answered
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...

ungefär 9 år ago | 9

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 1

| accepted

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 1

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

Answered
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 ...

mer än 9 år ago | 2

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 1

Answered
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...

mer än 9 år ago | 0

Answered
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...

mer än 9 år ago | 0

| accepted