photo

RAHUL AGARWAL


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer