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.*(...
fast 14 Jahre vor | 4 Antworten | 0
4
Antworten
Frage
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...
fast 15 Jahre vor | 1 Antwort | 0
1
Antwort
Frage
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...