Community Profile

photo

Vishal Guggari


Last seen: bijna 2 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How to plot 3d surface plot from excel data
clc clear all T = readmatrix('C:\Users\visha\Desktop\Data set.xlsx') x = T(:,1) y = T(:,2) z = T(:,3) [X,Y]=meshgrid(x,y) ...

ongeveer 2 jaar ago | 1 answer | 0

1

answer