Community Profile

photo

Mech


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
How to rearrange matrix and delet similar value ?
Andrei Bobrov waiting you :)

10 years ago | 0

Question


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 ...

10 years ago | 2 answers | 0

2

answers

Answered
How to sum specific value in 1:m ?
for m=1:n f(m)=2*m-1 b(m)=sum(sin(f)*b) end

10 years ago | 0

| accepted

Question


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) ...

10 years ago | 1 answer | 0

1

answer

Answered
how to make sum of (for loop)
help guys :(

10 years ago | 0

Question


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...

10 years ago | 3 answers | 0

3

answers

Question


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...

10 years ago | 1 answer | 0

1

answer

Question


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*

10 years ago | 1 answer | 0

1

answer