photo

Branko Celler


Last seen: 10 días hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

17 Preguntas
7 Respuestas

CLASIFICACIÓN
150.719
of 301.383

REPUTACIÓN
0

CONTRIBUCIONES
17 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
47.06%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.252

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.306

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
How do I find the degrees of freedom of a cubic spline fit to calculate AIC and BIC
The documentation on csaps is very incomplete and somewhat inadequate. For example it accepts the command below, but simply pro...

17 días hace | 0

Pregunta


How do I find the degrees of freedom of a cubic spline fit to calculate AIC and BIC
CP_data=CP_Filt; % Cuff Pressure values CPowe=CP_data(maxindex); % peak to peak of oscillome...

18 días hace | 2 respuestas | 0

2

respuestas

Pregunta


Open Excel file read name of data file, process data file write to six different excel output data files, Repeat in a for loop
for i=1:30 open excel INPUT file read data fle names from Excel INPUT file % internal loop for j=1:6 ...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Opening an excel file, writing to it and closing it does not
% Name existing Excel file ExcelOut='c:\UNSW\RESEARCH_ACTIVE\BP_Research\BP_UP_DOWN_INVASIVE\CRH_Data_NEW_10H.xlsx'; excelWork...

4 meses hace | 4 respuestas | 0

4

respuestas

Pregunta


cannot search for index of multiple elements in a larger array
I have an array containing 44 location indices A = Columns 1 through 11 1027 1471 1963 2458 ...

8 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 3 años hace | 3 respuestas | 0

3

respuestas

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

casi 8 años hace | 0

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

casi 8 años hace | 0

Pregunta


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

casi 8 años hace | 3 respuestas | 0

3

respuestas

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

casi 8 años hace | 0

Pregunta


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

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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,'...

más de 10 años hace | 0 respuestas | 0

0

respuestas

Respondida
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',[...

casi 11 años hace | 0

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

casi 11 años hace | 0

Pregunta


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

casi 11 años hace | 3 respuestas | 0

3

respuestas