How would you draw this in MATLAB?
Hi,
I have an equation for the absorption coefficient in underwater acoustic communication channel (UWA) as:
alpha=0.11.*(...
nästan 13 år ago | 4 answers | 0
4
answers
Question
How to plot lines between all these points
Hi,
I have a matrix V, which is a 5-by-2 matrix, where each row represents a point in the xy-plain. How can I connect these poi...
nästan 14 år ago | 1 answer | 0
1
answer
Question
How to plot this in MATLAB
Hi,
How to plot the following inequality in MATLAB in 3D:
Ax<=b
where A is an m-by-n matrix, x is an n-by-1 vector, and...