Community Profile

photo

Priscilla Ramirez


Last seen: ongeveer 3 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Understanding how to use the function griddata
graph = xlsread('Path3.xlsx'); x=graph(:,1); y=graph(:,2); z=graph(:,3); [X,Y]= meshgrid(x,y); Z = griddata(x,y,z,X,Y); A ...

ongeveer 4 jaar ago | 1 answer | 0

1

answer