Feeds
回答済み
Question about the solve function
Next question: A = [ 1 2 ; 3 4 ; 5 6 ; 7 8 ] When trying to implement it into a loop: for k= 1:size(A,1)-1 S=so...
Question about the solve function
Next question: A = [ 1 2 ; 3 4 ; 5 6 ; 7 8 ] When trying to implement it into a loop: for k= 1:size(A,1)-1 S=so...
13年以上 前 | 0
質問
Question about the solve function
Let's say I have: A = [ 1 2 ; 3 4 ] e1='c*A(1,1)^b=A(1,2)' e2='c*A(2,1)^b=A(2,2)' I'm trying to use "solve...
13年以上 前 | 3 件の回答 | 1
3
回答質問
Linspace for logarithmic increasing values
Hi I'm trying to find out how to make say 100 points, representing a straight line in the loglog-scale. The line is in theor...
13年以上 前 | 1 件の回答 | 0
1
回答質問
mean value of array
I have one single dimension array containing doubles (A), and a 2 columns, x rows long matrix containing positions that shou...
14年以上 前 | 1 件の回答 | 0
