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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
