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
