Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Circle rotating and whirling
the small circle moving around...how can I make it bigger

mehr als 4 Jahre vor | 0

Frage


Circle rotating and whirling

mehr als 4 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort