photo

mel1708


Last seen: 대략 2년 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변