Ender Rencuzogullari - MATLAB Central
photo

Ender Rencuzogullari


University of Gaziantep

2015년부터 활동

Followers: 0   Following: 0

메시지

Mechanical Engineer

통계

MATLAB AnswersFrom 11/15 to 03/25Use left and right arrows to move selectionFrom 11/15Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 질문
0 답변

순위
14,713
of 297,851

평판
3

참여
12 질문
0 답변

답변 채택
66.67%

획득한 표
2

순위
 of 20,493

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,663

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

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...

대략 9년 전 | 답변 수: 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

1

답변