Community Profile

photo

mel1708


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 2 answers | 0

2

answers

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer

Question


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

4 years ago | 1 answer | 0

1

answer