Community Profile

photo

Muhammad Fauzan


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Error Unbalanced or unexpected parenthesis or bracket.
Dy = 10; Dz = 10; lambda = 0.0001; a = 270; v = 3; Q1 = 1000;Q5 = 1000;Q9 = 1000; Q2 = 1000;Q6 = 1000;Q10 = 1000; Q3 = 100...

2 years ago | 0 answers | 0

0

answers

Question


How can I change the line color in a graph using plot
I got a different plot from the video tutorial, but the code is exactly the same. anyone can help me? This is the plot of the...

2 years ago | 1 answer | 0

1

answer

Question


Error Unexpected MATLAB expression.
Dy = 10; Dz = 10; lambda = 0.0001; a = 90; v = 3; Q1 = 1000; % xs1 = 2000; ys1 = -1000;xs5 = 2000; ys5 = -2000;xs9 = 6000;...

2 years ago | 1 answer | 0

1

answer

Question


error Unbalanced or unexpected parenthesis or bracket
Dy = 10; Dz = 10; lambda = 0.0001; a = 90; v = 3; Q1 = 1000; % xs1 = 2000; ys1 = -1000;xs5 = 2000; ys5 = -2000;xs9 = 6000;...

2 years ago | 2 answers | 0

2

answers

Question


Error Unbalanced or unexpected parenthesis or bracket.
% Domain a=0; b=1; c=0; d=1; %Pembagian Grid xgrid=4; ygrid=3; U=(zeros(ygrid+1,xgrid+1)); x=linspace(a,b,xgrid+1); fo...

2 years ago | 1 answer | 0

1

answer

Answered
How to Plot a Continues Tiime Signal
% Domain a=0; b=1; c=0; d=1; %Pembagian Grid xgrid=4; ygrid=3; U=(zeros(ygrid+1,xgrid+1)); x=linspace(a,b,xgrid+1); fo...

2 years ago | 0

| accepted

Question


plot Discrate time signal
Please give me a sample completion code discrate time signal

3 years ago | 1 answer | 0

1

answer

Question


how to plot a Continuous time signal
a) x(t) = u(1-t); and b) x(t) = [u(t)-u(t-1)]; i use t = [1 8 0 1 5 0 1 5 4]; please help

3 years ago | 0 answers | 0

0

answers

Question


How Ploting Discrate time signal

3 years ago | 0 answers | 0

0

answers

Question


How to Plot a Continues Tiime Signal
i am unable to plot the following signal can anyone help me? a) x(t)u(1-t); b) x(t)[u(t)-u(t-1)]; Please Help me! I just wan...

3 years ago | 1 answer | 0

1

answer

Question


Discrate Time code please

3 years ago | 0 answers | 0

0

answers

Question


Matrix dimension must agree
w = [0:1:500]*pi/500; X = exp(j*w)./(exp(j.*w) - 0.5.*ones(1,500)); magx = abs(X); angX = angel(X); subplot(2,2,1); plot(w/pi...

3 years ago | 2 answers | 0

2

answers