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
Statistiques
3 Questions
0 Réponses
RANG
163 602
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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....
presque 11 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
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<=...
plus de 12 ans il y a | 2 réponses | 0