Community Profile

photo

Branko Celler


University of NSW

Last seen: Today Aktiv seit 2015

Statistiken

Content Feed

Anzeigen nach

Frage


In order to automate the fitlm command I need to select numerical data from a matrix, and matching variable names from another character array. I get an error on fitlm command
% Test script which shows the problem % Input Data correctly entered in a table % X and Y are number arrays as shown in table ...

13 Tage vor | 3 Antworten | 0

3

Antworten

Beantwortet
How do I replace the step command for running an object in MATLAB2018a
Thank you for your efforts. However for some strange reason it is now working. I still get the warnings, but I am collecting a...

fast 5 Jahre vor | 0

Beantwortet
How do I replace the step command for running an object in MATLAB2018a
The code comes from the following: <https://au.mathworks.com/matlabcentral/fileexchange/46685-live-data-acquisition-for-real-...

fast 5 Jahre vor | 0

Frage


How do I replace the step command for running an object in MATLAB2018a
In the following code; DataRecorder = dspdemo.DAQRecorder(... 'DeviceName', deviceName,... 'SamplesPerFrame',...

fast 5 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
How do I replace the step command for running an object in MATLAB2018a
Are you saying, replace command [data, numov] = step(DataRecorder); with [data, numov] = step(); That generates an error ...

fast 5 Jahre vor | 0

Frage


force an image file to be in landscape mode
No matter what I do in saving an image to a file, the orientation of the file is in portrait mode NOT landscape. This requires ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I transpose cells in a cell array
When I transpose a cell array, I get the correct result, but the individual cells appear as COLUMNS rather than as ROWS. Please ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how do I change linewidth of line of best fit and of the confidence limits, when using 'predobs'
how do I change linewidth of line of best fit and of the confidence limits, when using 'predobs' See code below plot(cfTestBE...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


When using the predobs option in the plot command how do I change the line attributes of the prediction bounds
I am using a command to plot the results of a simple curve fit, ie plot(cfTestAFTERNoOutliers,'r-',XTestAFTER,YTestAFTER,'...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
How to suppress axis labels in probplot
Title, XLabel and YLabel are treated differently; the script below works in supressing Axes Ticka and Labels set(gca,'XTick',[...

etwa 8 Jahre vor | 0

Beantwortet
How to suppress axis labels in probplot
This does not appear to work and generates and error. Please see below; for i=1:N subplot(3,9,i) probplot('norma...

etwa 8 Jahre vor | 0

Frage


How to suppress axis labels in probplot
I am printing a probplot on multiple subplot(9,3,!) on the same page to check the distribution of a number of datasets. The auto...

etwa 8 Jahre vor | 3 Antworten | 0

3

Antworten