Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Lets say I have a bode plot of a 2 input-2 output system. Then there are 8 plots of bode magnitude and bode angle. I already saved it as a .fig file. ...
the function ss appears to me included in a number of toolboxes >> which -all ss...
I am writing "trans=tf([1 5],[1])" and the error is "Undefined function 'tf' for input arguments of type 'double'....
%Fundamental voltage of the grid IN v1 Vone=690; %Variable Frequency IN HZ w=[0.1: 0.1: 1000]; % Angular Frequency IN HZ omegadot=2*pi*w; %Rated Frequ...
How can I fix this error? sys=tf([1 1 1 1],[1 1]); t=0:0.1:10; step(sys,t) ??? Error using ==> DynamicSystem.step at 84 Cannot simulate the time re...
I have subplots with titles, but I want to add a title to the whole figure. Is it possible?...
I would like to place a title over a group of subplots. How can I do this?...