Community Profile

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

回答