![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/32613363_1704849242127_DEF.jpg)
Hayat
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
238 588
of 297 016
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
I would like to save each Thex array created in each loop as its own array. How can i create a variable that has its name adjusted with each loop and saves each loop result?
8 månader ago | 2 answers | 0
2
answersQuestion
I would like to plot an interpolated 3d Surface between two faces, i.e. the third face of a truncated cone. my plot isn't working but I'm not sure what is wrong
r1=0.5; % t1=[(0:0.1:2*pi),0]; t1=0:0.1:2*pi; X1=r1*cos(t1); Y1=r1*sin(t1); n1=numel(X1); Z1=zeros(1,n1); DT=delaunay(X...
8 månader ago | 1 answer | 0