Musaed
Followers: 0 Following: 0
Feeds
提问
unit step Ramp using Matlab
x(t)=2 u (t-1)+r(t-1)-2 r(t-1)+r(t-2) write x(t) in the terms unit step Ramp using Matlab? modify the equation if needs
10 months 前 | 0 个回答 | 0
0
个回答提问
is the solution correct?
for numbres 50 70 13 14 7 add all find sum for even find how many odd use one loop sume=0; sum=0; for x=1:5 z = inpu...
1 year 前 | 1 个回答 | 0
1
个回答已回答
use function for and if via matlap
%[50 60 -2 -15 100] sum=0; for x=1:5 z=input('enter#') sum=sum+z; end disp('sum=') disp(sum)
use function for and if via matlap
%[50 60 -2 -15 100] sum=0; for x=1:5 z=input('enter#') sum=sum+z; end disp('sum=') disp(sum)
1 year 前 | 0
提问
use function for and if via matlap
50 60 -2 -15 100 1- find the sum of a set of five different numbers 2- find the sum of negative numbers 3-find how ma...
1 year 前 | 2 个回答 | 0
2
个回答提问
Write a MATLAB codev(program) to draw the given function
Write a MATLAB codev(program) to draw the given function y=2x/(1+1/x) in the interval for x [-10 10] x-label (number...
1 year 前 | 0 个回答 | 0