Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 2 answers | 0

2

answers

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

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

mer än 4 år ago | 0

Question


Circle rotating and whirling

mer än 4 år ago | 3 answers | 0

3

answers

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 1 answer | 0

1

answer

Question


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

mer än 4 år ago | 1 answer | 0

1

answer