Feeds
提问
Simulink signal to voltage signal
I am trying to model a sine PWM inverter but I am stuck with this problem of not being able to connect simulink signal to the re...
5 years 前 | 2 个回答 | 0
2
个回答提问
Error using for loop with transfer function
syms eta; num=[25]; for eta=0:0.2:1 { den=[1 2*eta*5 0]; G=tf(num,den); H=feedback(G,1); i=1; cel...
6 years 前 | 1 个回答 | 0
