Branko Celler
University of NSW
Followers: 0 Following: 0
Statistik
RANG
245.062
of 295.467
REPUTATION
0
BEITRÄGE
13 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
30.77%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Cannot overlay new plot on an existing subplot
I cannot believe that I have been forced to ask this question, but your help would be greatly appreciated! I generate a plot (f...
etwa ein Monat vor | 1 Antwort | 0
1
AntwortFrage
what I write to a file is different to what I read back from the same file
I calculate calibration constants using a simple program as shown below for two variables. The input data is coded into a table....
etwa ein Monat vor | 1 Antwort | 0
1
AntwortFrage
A simple allocation of array places to zero does not work in MATLAB R2020B
I have a numeric array KSE I have identified a number of locations where there are peaks, locations = Columns 1 through 10...
4 Monate vor | 1 Antwort | 0
1
AntwortFrage
How do I calculate the result of an aribtrary data point on a surface fitted using the fit command
INPUT X Array (24,1) data points INPUT Y Array (24,1) data points OUTPUT Array (24,1) data points use [FO, G] = fit([X, Y]...
5 Monate vor | 1 Antwort | 0
1
AntwortFrage
is there a reference to a journal paper for the selection of the smoothing parameter p = 1(1 + h3/60) in Matlab command csaps
% Fit cubic spline %h=average distance between CP points; p = 1/(1 + h^3/0.6); % Satisfactory smoothing for evenly spaced da...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
N-way ANOVA different results with different command strings in MATLAB 2020b and 2023b
In MATLAB 2020b 5 way ANOVAN gives the following results ie P=anovan(SBPerror,{SBPK PP MP IABP_dP CP_PeakSlopeOW},'continuous'...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortIn 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
Thank you! That worked. Regards Branko
mehr als ein Jahr vor | 0
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 ...
mehr als ein Jahr vor | 3 Antworten | 0
3
AntwortenHow 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...
mehr als 6 Jahre vor | 0
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-...
mehr als 6 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',...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenHow 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 ...
mehr als 6 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 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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,'...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenHow 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',[...
mehr als 9 Jahre vor | 0
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...
mehr als 9 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...
mehr als 9 Jahre vor | 3 Antworten | 0