Ender Rencuzogullari
University of Gaziantep
Followers: 0 Following: 0
Mechanical Engineer
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
13.505
of 295.569
REPUTACIÓN
3
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 2 respuestas | 1
2
respuestasPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 9 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 9 años hace | 1 respuesta | 0