photo

Musaed


Last seen: 6 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • First Answer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

6 mois il y a | 1 réponse | 0

0

réponse

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

environ un an il y a | 1 réponse | 0

1

réponse

Réponse apportée
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)

environ un an il y a | 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...

environ un an il y a | 2 réponses | 0

2

réponses

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

plus d'un an il y a | 1 réponse | 0

0

réponse