RAHUL AGARWAL
Followers: 0 Following: 0
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