Hayat
Followers: 0 Following: 0
Statistics
2 Questions
0 Answers
RANK
238.540
of 295.467
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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?
5 maanden 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...
5 maanden ago | 1 answer | 0