photo

Yamana Uno


Last seen: 8 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Finding corresponding value of one vector in another vector
Hi, for example if I have vectors A = [0 1 2 3 4 5 6 7 8 9 10] and B = [0 100 200 300 400 500 600 700 800 900 1000]. and am gett...

8 months ago | 1 answer | 0

1

answer

Question


Piecewise function in Simulink
I am trying to implement a piecewise function in Simulink over two periods. from 0 <= t < (pi/10) should plot the 500*sin(10t)...

9 months ago | 2 answers | 0

2

answers

Question


Finding sum of for loop with if else statement
trangeF = 0:0.001:1.6; % Time range init = 0; for n = -2:2 if n == 0 s0 = 312.5.*((-0.08481.*1j.*exp(-0.08481.*...

9 months ago | 2 answers | 0

2

answers

Question


Plotting piecewise function over two periods
I am trying to plot a piecewise function over two periods. I am able to plot it over two periods but it is not very efficient. ...

9 months ago | 1 answer | 0

1

answer

Question


For loop with two conditions
I need to create a for loop that runs from n=-2 to 2. When n=0, I must use a different equation (D_n_0) to plot the result. When...

9 months ago | 1 answer | 0

1

answer