I am using a paper size larger than 8.5" by 11". When I attempt to print a Simulink model, I receive an erroneously sized printout. The correct paper is selected but the diagram is…
Ask an expert. Trust the answer.
Academic and career questions answered by verified MATLAB professionals.
I am using a paper size larger than 8.5" by 11". When I attempt to print a Simulink model, I receive an erroneously sized printout. The correct paper is selected but the diagram is…
How do I concatenate my output data from multiple simulations of my model? I have a model that I need to run in a loop for a certain number of times. The issue I am having is th…
hi, I want to plot and calculate rayleigh equation.I wrote it , calculated and plotted.But it does not match the graph in my book.Here is my code.Thx for your help. clear all freq=…
I want to plot a fig that the curve is in the southeast, and the origin is on the left-top. I do not know how to attach a picture, or else I will draw a draft. you can enter the or…
i have a function that draws a random shape but i want to be able to call it 10 times to the same plot so 10 different shapes are drawn around the same point and on the same figure…
i have 2 different axes in matlab gui: 1)xlabel('Radius'), ylabel ('Radius'), zlabel ('E-field') 2)xlabel('Diameter'), ylabel('Power') but how can i set in the OpeningFcn on axes1 …
i am generating two signal and i want to plot on same axes.…
I have created a .mat file (variable) and it contains 2 columns, each one has 11 numbers. I want to plot column 1 (X axis)against column 2 (Y axis). The problem is whenever I try t…
I am creating a program to solve for roots of functions using Newton's Method. I keep getting the error "Error using * Inner matrix dimensions must agree. Error in NewtonRoot2 (lin…
I have a figure, created by someone else, to which I need to add one extra set of discrete data points. The added data points, however, are miniscule compared to the ones from the …