converting surf plot of vectors to a Matrix Binary that can be used in GNU plot

조회 수: 2 (최근 30일)
Adam
Adam 2014년 2월 27일
편집: Adam 2014년 2월 27일
I have some MATLAB code that makes a surface plot from different rows of 2-d arrays
surf(C(:,1),C(:,2),d_(:,1),'FaceColor','blue','EdgeColor','none');
I would like to convert this surf plot ouput or the array data into a format that can be used with GNU plot's "splot matrix binary" using the pm3d style.
Does anyone know how to do get an acceptable matrix binary file from my MATLAB surf plot?
Thanks!

답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by