Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

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

oltre 6 anni fa | 0

Domanda


Circle rotating and whirling

oltre 6 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta