![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3504208_1522096326881_DEF.jpg)
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
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0