Community Profile

photo

mel1708


Last seen: casi 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Storing a row of data into a cell array if it satisfies a condition, if not then disregard and move onto the next row
I am trying to sort data into cell arrays according to whether or not they satisfy the if statement. CellPosition is a 10x3 doub...

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

1

respuesta

Pregunta


How do I separate a data set into separate cell arrays according to the integer on the end of a string?
Lets say I have a large data set of type "cell" set out in the following way.. {[0.9335302759]} {[0.3892578745]} {[0.3764823547...

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

1

respuesta

Pregunta


Sorting alphanumeric data and then grouping by number - is this possible?
I have some data like this.. 0.0382705 -0.0389825 1.00923 48.8284 0.026284 2212 1 ...

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

1

respuesta

Pregunta


Receiving indexing errors on curve fitting code which has been working previously before changing the fitting equation. In desperate need of advice..
I'm trying to fit some equations to some data. I am doing this by using the curve fitting tool, generating the code, and then I ...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Print filenames, fit parameters, confidence intervals from fit function into a single table and output to a csv file?
My code performs several fits on the same select data. The fits have different numbers of parameters. Two of these fits are show...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Using 'plotResiduals' in a for loop.. is it possible to using indexing to store the results and plot then together?
I have a series of data fits I've performed using 'fitnlm' which I've acquired using a for loop like so. fittables = cell(1...

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

1

respuesta

Pregunta


Nonlinear regression fits on data sets in a cell array?
I have a cell array with multiple data sets like the following.. Dose (Gy) SF 0.48300 0.73753 0.99124 0.50232 ...

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

1

respuesta

Pregunta


Want to use 'fitnlm' to fit the surviving function of a range of distributions to my data
I have multiple sets of files of the same type of data (radiation dose and surviving fraction of cells) which I want to fit dist...

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

2

respuestas

Pregunta


Not sure why I'm getting this error - Index exceeds number of array elements (0).
I'm not quite understanding why I am getting this error for the code below. I get the error Index exceeds the number of array ...

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

1

respuesta

Pregunta


Code overwrites results in for loop. Cannot figure out how to index.
I've run into a problem with the following code, which is part of a for loop with index k. if strcmp(l(1:5),'alpha') %...

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

1

respuesta

Pregunta


Import data from multiple .dat files, remove headerlines, and read columns into array - but the number of headerlines differs across each .dat file
I have a large number of .dat files in a folder sorted under names in the format "author_energy_radiationtype_cellline", and I a...

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

1

respuesta