photo

RAHUL AGARWAL


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I am skectching from excel importeed data but not getting smooth surfaces.
clc data = xlsread('globalrd.xlsx','Sheet6') ; x = data(:,1) ; t = data(:,2) ; u = data(:,3) ; nx = length(unique(x)) ;...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


I want to plot a 3d image of the set of values attached herewith. i am also enclosing the possible image that will be the output of the desired Matlab code.
Kindly share the Matlab code for the plot of the following set of 3 tuples values.

約4年 前 | 1 件の回答 | 0

1

回答

質問


Error while plotting 3 vectors- Data must be numeric, date time, duration or an array convertible to double.
rohit=readtable('rahul11.xlsx') t = rohit(:,1); x = rohit(:,2); u = rohit(:,3); plot3(t,x,u) %t,x,u are vectors of size 1*2...

約4年 前 | 1 件の回答 | 0

1

回答