how to plot 3d colored column of data

1 次查看(过去 30 天)
if i have the following code :
clear all
clc
[~,~,data]=xlsread('result1.xlsx');
x=cell2mat(data(:,1));
y=cell2mat(data(:,2));
z=cell2mat(data(:,3));
how to plot clored map as x variable in x-axis, y variable in y-axis , z variable in z-axis

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

标签

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by