Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
For values of 1 to 60, create a for-loop that does the following. If the value is 1 to 20, have the operation be number2, if the value is 21 to 40, ha...
I am trying to use a boxchart for plotting a (10000,10) matrix, where each column represents a single box. In other words, I would like to plot a b...
hi, i want to plot following graph by using 'contour' function in matlab. here, i want to plot the cyclic coordinate optimizer's performance, which is...
I want to make the same figure with little different dates using matlab. Figure is attached. Please suggest me how to make it....
I want the input stored into name be displayed in the %s. How can I do it? it is possible? name = input ('Enter the name of the voice command'); file ...
hi frnds i want matlab command or code for making speech waves with equal loudness in matlab i.e speech waves with same intensity and frequency. ...
hi All I am trying to write some parameter to a py file as follows Let's say I have the m-file 1 that contains the parameters like p=2,,,, q=3*p ,,...
I am running a test signal (white noise) through filter so that i can validate the frequency response and magnitude. Below is the code I'm using to...
I have the raw data of X, Y, Z, where X and Y are inputs and Z is the output. Plotting the surface gives the red curve in the below picture: The su...
I have droplet diameter and coordinates in a CSV file and I want to draw the all these points in 3d space and later project them on a 2D plane. can so...