saving or not matrices
Hi,
I'm looking for a way of saving matrices depending on their content.
My loop is generating matrices that I want to sav...
14年以上 前 | 2 件の回答 | 0
2
回答
質問
max
Hi,
I'm selecting the max of three different values
distmax=max([dist1 dist2 dist3])
which gives for example
dist...
14年以上 前 | 2 件の回答 | 0
2
回答
質問
power law distribution - maximum likehood
Hi,
I'm looking for a good manual where I could learn on power law distribution and maximum likehood (a beginner-medium level...
15年弱 前 | 1 件の回答 | 0
1
回答
質問
polyfit semilogy
Hi,
I'm trying to find the fractal dimension of a range of data, but I'm sruggling looking for a way of finding the best rang...
15年弱 前 | 2 件の回答 | 0
2
回答
質問
Saving existing matrix
Hi,
I would like to find a way to tell my code that if at the end of the loop the matrix 'P' exists then to save it, if not t...
15年弱 前 | 1 件の回答 | 0
1
回答
質問
indexing in nested loop
Hi,
I have nested loops in a code and I create files that increased for every loop which works like that: data1 gives me the ...
15年弱 前 | 2 件の回答 | 0
2
回答
質問
Save in nested loop
Hi,
I'm a bit lost concerning saving data in loops. I have a list of data that I need to analyse with several parameters.
li...