Ender Rencuzogullari
University of Gaziantep
2015 年からアクティブ
Followers: 0 Following: 0
Mechanical Engineer
統計
MATLAB Answers
12 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why did I get this error?
I have completed my program about three months ago and it was working perfectly. My laptop was broken one month ago, so I have l...
8年以上 前 | 1 件の回答 | 0
1
回答質問
How can I add third column to matrix and plot?
Dear Contributers, There is loop; *X* and *Y* are row vectors and their size depend on inputs. By the way, the iteration n...
9年弱 前 | 0 件の回答 | 0
0
回答質問
How can I concatenate arrays in loop ?
Dear Contributers, There is a loop; for i = 1:n; X_rotate = X.*cos(i*increment) - Y.*sin(i*increment); Y_rotate ...
9年弱 前 | 2 件の回答 | 0
2
回答質問
How can I create the third axis to plot ?
Hi Everyone, There are coordinates (2D) of *X* and *Y* points which the matrix is *[X Y]*. When I plot the [X Y], the grap...
9年弱 前 | 1 件の回答 | 0
1
回答質問
how to copy and rotate a 2D graph around a circle ?
Dear Friends, The graph I have; <</matlabcentral/answers/uploaded_files/41374/Ads%C4%B1z222.png>> There is a tooth on a...
9年弱 前 | 1 件の回答 | 1
1
回答質問
How can I increase the precision of a variable after decimal?
Dear Contributers, I am in trouble with digits. I need to tell you that I searched for long time. However I could not find th...
9年弱 前 | 1 件の回答 | 0
1
回答質問
how to plot tangent line from specified point to a circle ?
Dear Friends, There is a specified point which is; [X , Y] And there is a circle which radius is r Before I...
9年弱 前 | 1 件の回答 | 0
1
回答質問
About preallocating for speed
Dear Contributers, There is a " for loop" in my program and Matlab gives me a suggestion to consider "Preallocating" for spee...
9年弱 前 | 2 件の回答 | 1
2
回答質問
How can I collect the values that I want ?
I have this code; for k1 = 1:length(X) for k2 = 1:length(X_inv) DE(k1,k2) = hyp...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How to find nearest two points each other ?
Hi Everyone, I have X = (Yt.*sin(W))-(Xt.*cos(W)); Y = (Yt.*cos(W))+(Xt.*sin(W)); which give the coordinates X and ...
9年弱 前 | 3 件の回答 | 0
3
回答質問
how to start with 0 (zero) in for loop?
for i = 1:n_slice x(i) = i*deltar; R(i) = x(i)+rb; % Evaluate the pressure angle at Ri theta...
9年弱 前 | 1 件の回答 | 0
1
回答質問
How can I plot the coordinates of my data by using for loop
prompt='input the module > Module = '; m=input(prompt); prompt='input the number of teeth > Teeth Number = '; T=input...
約9年 前 | 1 件の回答 | 0