photo

clowen


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
212 407
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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


add two functions and plot it
my program is w=2*pi*1.0E+5; s1=@(t) cos(t/2).*cos(w*t) .*((0 <= t) & (t <= pi)); s12=@(t) sin(t/2).*cos(w*t) .*((0 <...

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

2

réponses

Question


how plot s(t)
where s(t)= cos(t/2)cos(w*t)-sin(t/2)sin(w*t) where 0 < t< pi w=1000

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

2

réponses

Question


how to create a fuction p(t)
i have to plot s(t) where s(t)=p(t)cos(wt)-p(t-2*pi)cos(wt)+cos(t-(3*pi/2))sin(wt)-p(t-(5*pi/2))sin(wt) where p(t)=cos(t) for ...

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

1

réponse

Question


how to create a half cosine wave
s=cos(t) for -pi/2 to pi/2 else 0

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

1

réponse