Community Profile

photo

Priscilla Ramirez


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 ...

대략 4년 전 | 답변 수: 1 | 0

1

답변