Feeds
質問
How to rearrange matrix and delet similar value ?
Hi guys I have matrix and should rearrange matrix and delete similar value as next: the origin matrix 0 0 ...
11年以上 前 | 2 件の回答 | 0
2
回答回答済み
How to sum specific value in 1:m ?
for m=1:n f(m)=2*m-1 b(m)=sum(sin(f)*b) end
How to sum specific value in 1:m ?
for m=1:n f(m)=2*m-1 b(m)=sum(sin(f)*b) end
11年以上 前 | 0
| 採用済み
質問
How to sum specific value in 1:m ?
* m=1:2 * b(m)=sum(sin(1:m)*b) * then the result * b(1)=sin(b) * b(2)=sin(b)+sin(2*b) * But I need * b(1)=sin(b) ...
11年以上 前 | 1 件の回答 | 0
1
回答質問
how to make sum of (for loop)
I need for loop or any method to calculat next sum * m=1:n * a+2(cos(b)) * a+2(cos(b)+cos(2b)) * a+2(cos(b)+cos(2b)+cos(3b...
11年以上 前 | 3 件の回答 | 0
3
回答質問
please help in for loop :(
for m=1:2 rx=1+2*l*sin(m*b)*m ry=1+2*l*cos(m*b)*m; end plot([1 rx 10],[1 ry 10]); where l is given I...
11年以上 前 | 1 件の回答 | 0
1
回答回答済み
How to import sketch from cad to matlab and generat matrix of this curve
no answer !
How to import sketch from cad to matlab and generat matrix of this curve
no answer !
12年弱 前 | 0
質問
How to import sketch from cad to matlab and generat matrix of this curve
*Hi How to import sketch from CAD to matlab and render this curve and generat matrix of this curve*
12年弱 前 | 1 件の回答 | 0
