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 years 前 | 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 years 前 | 2 个回答 | 0