NurFadhilah Samsuddin
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
72,280
of 295,775
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
0
RANK
of 20,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,507
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
how do i plot control net?
does anyone know how do i plot the control net surrounding the cylinder as shown in the picture above? i tried plot3d but it o...
4 years ago | 1 answer | 0
1
answerQuestion
how do i merge the two surface of half-torus?
hi, can someone help me with how to merge the two half-torus surfaces? i attached the code below and this is the figure of the u...
4 years ago | 0 answers | 0
0
answersQuestion
how do i generate a torus?
hi, can someone please help me on how to generate a torus. i did my code as follows and obtained the figure below but i have no ...
4 years ago | 1 answer | 0
1
answerQuestion
how to merge two cylinder surfaces?
hi, i really need help with merging the two surfaces. i would appreciate it if anyone could point out what i did wrong with my c...
4 years ago | 1 answer | 0
1
answerQuestion
is there any way i can merge the first and second cylinder without having to substract the height difference?
i asked before and someone suggested to calculate the height difference, however is there a different way to merge the surfaces?...
4 years ago | 0 answers | 0
0
answersQuestion
how do i merge the first and second cylinder surface?
clc clear all close all %control point for first surface P0 = [1 0 0]; P1 = [1 2 0]; P2 = [2 2 0]; P3 = [2 0 0]; P4 = [1 ...
4 years ago | 1 answer | 0
1
answerQuestion
how do i plot control polygon?
clc clear all close all %control point for first surface P0 = [0 0 0]; P1 = [1 0 0]; P2 = [2 0 0]; P3 = [3 0 0]; P4 = [0 ...
4 years ago | 1 answer | 0
1
answerQuestion
why are my surfaces not connected?
i used the following coding to plot the surfaces as shown below but why are my surfaces not connected although i used the end li...
4 years ago | 1 answer | 0