photo

mel1708


Last seen: etwa 2 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort