photo

Musaed


Last seen: 6 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

6 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

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

alrededor de 1 año hace | 0

Pregunta


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

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 1 año hace | 0 respuestas | 0

0

respuestas