Nilar Htun
Followers: 0 Following: 0
Statistics
All
RANK
64,041
of 295,673
REPUTATION
0
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Plot a 3D matrix for a three-dimensional object
x = A(:,:,1); y = A(:,:,2); z = A(:,:,3); [x, y, z] = meshgrid(A(:,1), A(:,2), A(:,3)); surface(x,y,z); figure; scatter3(...
Plot a 3D matrix for a three-dimensional object
x = A(:,:,1); y = A(:,:,2); z = A(:,:,3); [x, y, z] = meshgrid(A(:,1), A(:,2), A(:,3)); surface(x,y,z); figure; scatter3(...
4 years ago | 0