Robert Prestridge
2015년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
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
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
거의 9년 전 | 0
질문
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...
거의 9년 전 | 답변 수: 2 | 0