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 without overwriting the original.…
Ask an expert. Trust the answer.
Academic and career questions answered by verified MATLAB professionals.
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 without overwriting the original.…
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. Now can I copy let say the plo…
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 Frequency f1 IN HZ omega1=2*pi*60; …
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 response of models with more zer…
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?…