How to draw 3D plot from the vectors in MATLAB?

43 Views Asked by At

I am trying to plot the diagram (not exactly the same but which appears to be 3D) as attached here. I have various vectors available, whose size are as follows: alpha = 1x11 , beta = 1x11 and BER = 11x11.enter image description here

I tried using surf, meshgrid commands in MATLAB but not getting it properly.

Any help in this regard will be highly appreciated.

0

There are 0 best solutions below