photo

Hasnaa Hasaan


Last seen: environ un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

3 Questions
0 Réponses

RANG
279 835
of 301 344

RÉPUTATION
0

CONTRIBUTIONS
3 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
0

RANG
 of 21 239

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 068

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


What the code means
Can any one let me know what are the benefits of this code and what it's components mean?

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


help me to explain this function of signal addition
I need to under stand the details of this function it seems d function [y,n] = sigadd(x1,n1,x2,n2) % implement y(n) = x1(n) + ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


can any one tell me why that function can not run??
n=-5:5; x=y(n); x1=y(n-1); x2=y(n+1); subplot(3,1,1) stem(n,x); grid on; subplot(3,1,2) stem(n,x1); grid on; And I...

plus de 3 ans il y a | 2 réponses | 0

2

réponses