Muhammad Fauzan
Followers: 0 Following: 0
Statistics
RANK
69 933
of 293 779
REPUTATION
0
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
9.09%
VOTES RECEIVED
0
RANK
of 20 063
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 149 780
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ungefär 3 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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;...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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;...
ungefär 3 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 3 år ago | 1 answer | 0
1
answerHow 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...
ungefär 3 år ago | 0
| accepted
Question
plot Discrate time signal
Please give me a sample completion code discrate time signal
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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
mer än 3 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 4 år ago | 2 answers | 0