Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

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

más de 4 años hace | 0

Pregunta


Circle rotating and whirling

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 4 años hace | 1 respuesta | 0

1

respuesta