질문


For loop within for loop
Please help me out. This code isn't working... qq=8:10008; for m = 1:9 for n = 1:10001 A(m, n) = (m+n)+qq; ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


making each column a stand alone variable
Let's assume A=[B C D] B=[1;2;3;4] C=[5;6;7;8] D=[0;4;3;2] E=A' how do I automatically make F=A(:,1) G=A(:,2) H=A(:,3)...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Group maths on for loop
I am trying to solve this omegas=0:1:10; RR=40:70; d=90; for i=1:length(omegas) for c=1:length(RR) gg=d+(omega...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Translation and simultaneous rotation
How do I translate and rotate an inscribed circle in Matlab.

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Circle rotating and whirling
the small circle moving around...how can I make it bigger

거의 5년 전 | 0

질문


Circle rotating and whirling

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


Excluding Constants from Consecutive numbers
Here is the scenario. A=[1;3;4;5;2;4;5;2;1;2;4;2;4;2;1;3;4;2;1;9]; B=[1;2;3;4;4;4;4;5;6;7;8;9;9;9;10;11;12;13;14;14]; C=[0;...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to Make Circle Rotate and Revolve
Imagine two big circles....one inscribed in another which is a little bigger. How do I make the inner circle rotate about its ow...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Putting Consecutive numbers into variables
I data in this format a=[1;2;3;7;0;6;7;8;9;2;4;3;14;15;16;17;0;9;2]; what I need to accomplish is to put consecutive numbers...

거의 5년 전 | 답변 수: 1 | 0

1

답변