Archak Goel
MNNIT
自 2012 起处于活动状态
Followers: 0 Following: 0
I am a B. Tech student doing a project in CAD. Currently in reverse engineering
Professional Interests: Computer Aided Desing
Feeds
提问
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....
11 years 前 | 3 个回答 | 0
3
个回答提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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<=...
12 years 前 | 2 个回答 | 0