photo

Robert Prestridge


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
I am trying to write a MatLab program to form a table of values for time, V(t), I(t), P(t), W(t). I have Volts and Amps, but can't insert P(t) and W(t)
Thanks, that fixed the problem, forgot about the dot operations

presque 9 ans il y a | 0

Question


I am trying to write a MatLab program to form a table of values for time, V(t), I(t), P(t), W(t). I have Volts and Amps, but can't insert P(t) and W(t)
Current program looks like this: clear clc format compact syms t V I t=0:.01:.25; V=10*exp(-20*t); I=-200...

presque 9 ans il y a | 2 réponses | 0

2

réponses