Feeds
提问
Write as a MATLAB program
<</matlabcentral/answers/uploaded_files/32486/Screenshot%20from%202015-05-31%2023:04:56.png>> How can I write this system as ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Stuck with electronic circuit simulation..
Can someoane help me to simulate this circuit without using Simulink? Must be solved by using Kirkov's second Law.. <</mat...
10 years 前 | 1 个回答 | 0
1
个回答提问
Got an error using ode45 - FUNC1 must return a column vector
Script looks like this : clear all clc x0=[7 10 13]; tspan=[0,10]; [t,x]=ode45(@func1,tspan,x0); subplot(3,...
10 years 前 | 1 个回答 | 0