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