photo

Musaed


Last seen: 9 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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

9 maanden ago | 0 answers | 0

0

answers

Question


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

meer dan een jaar ago | 1 answer | 0

1

answer

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

meer dan een jaar ago | 0

Question


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

meer dan een jaar ago | 2 answers | 0

2

answers

Question


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

meer dan een jaar ago | 0 answers | 0

0

answers