Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I want to compute using matlab the Rosenbrock System Matrix, and in particular I am trying to do a an analysis similar to the one at the end of http:/...
how to convert digital data into analog data using matlab code? and vice versa... i.e., converting back analog data into digital data?...
Hi, I'm trying to write use matlab to take some sound files, trim them to the same size, and save them into a completely new folder with new names wit...
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?...