imagesc from 1D array with coordinates and values
9 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I have 3 vectors and I want to plot a 2D image using mesh/ imagesc/surf command. But How can I convert 1D array to 2D array with accurate coordinate points?
Let's assume, I have
x = [1, 2, 1.4, 2.6,8.9];
y = [8, 5, 6, 2, 8.4,3.5];
amplitude = [0.3, 0.5, 0.9, 1];
Attach is the data. where x = xx, y=yy and amplitude = C;
Thanks
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!