Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I have read the FAQ to extract parts of an existing matrix to new matrices only by selection of rows but had no success. I wish to do the following: L...
suppose there is a matrix like below 122.9672 121.5649 120.2468 118.7600 117.2035 115.6017 113.8413 111.7508 122.9196 121.5226 120.1134 118.6164 117.0...
I have this answers and I want to put them in a diagonal matrix.Pls help me! y = 0.0025 + 0.0155i y = 0.0030 + 0.0171i y = 0.0038 + 0.0191i y = 0.0049...
if size(cost,1) == 2 A = (4*Pdt*cost(1,3)*cost(2,3)) + 2*(cost(1,2)*cost(2,3))+(cost(1,3)*cost(2,2)); B = 2*(cost(2,3)+cost(1,3)); lambda = num2str(A ...
I am using a MUX to vectorize different signals in my model for xPC Target 4.2 (R2009b). I want to use this signals in a simulation on my host compute...
When making plots I always get white pixels/ artifacts in the plot, and I would like to avoid this. (Unfortunately I cannot reproduce this issue on ot...
How do I move text objects in a stand-alone application created by MATLAB Compiler? In MATLAB, figure windows have an edit plot button. If I use the p...
Export cursor data to the workspace using the following steps: 1. Generate a scatter plot using the following code: [x, y] = meshgrid (0: 0.1: 1.0:...
I need to add a logo into the plots and graphs that I generate. I need to import a jpeg, tiff or a png file and place (inset) it in the bottom left co...
Why does my .eps file look different from the MATLAB figure on the screen, when I have the 'EraseMode' property of a patch object set to 'xor'? The...