Archak Goel
MNNIT
Followers: 0 Following: 0
I am a B. Tech student doing a project in CAD. Currently in reverse engineering
Professional Interests: Computer Aided Desing
Statistics
3 Questions
0 Answers
RANK
163 602
of 295 467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.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
Obtaining 3-d polygon in Matlab, by picking points.
I need to plot am extensive framework of 3d polygons in Matlab. putting point values and then drawing is a very cumbersome task....
nästan 11 år ago | 3 answers | 0
3
answersQuestion
in this loop value of n is 0.05 and value of t is 0.700. If I run this loop, then for 'o = 1'. the matrix generatd fr U does not contain the lat element i.e. 0.700 and the V matrix does not contain first element - 0.700. Please help
o = 1; U = zeros(1,t); while(o<=2) U = 0:n:t o =o +1; V = t:-n:0; t = t - n; en...
mer än 12 år ago | 2 answers | 0
2
answersQuestion
This error- "index must be a positive integer or logical. " is occuring inspite of the fact that i have checked my program for all possible errors. Please help
*Program -* Px = zeros(11,11); Py = zeros(11,11); Pz = zeros(11,11); t = 1; a = 1+(10*t); while(t<=...
mer än 12 år ago | 2 answers | 0