photo

RAHUL AGARWAL


Last seen: 4 years 前 自 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答