photo

Erdem Turan


Last seen: más de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

7 Preguntas
1 Respuesta

CLASIFICACIÓN
91.378
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Respondida
Selection of a variable from a resulting equation
i just did it as the following: if fi<=0 ep=1 v=1 elseif 0<fi<=0.4 ep=1 v=1 elseif 0.4<fi<=0.5 ep=1.35 v=0.769 elseif ...

casi 3 años hace | 0

Pregunta


Summing the values with looping
% i need to find the "Q" variable for every instance of "n" and divide those values by "Pr" clear all clc; n=[1:1:50] B=7....

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Selection of a variable from a resulting equation
close all ; % i need to determine values of "ep" and "v" according to the value of fi clc; % the "v" and "ep" variable...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Summation for every value of "n" (or summation with looping)
% Hi, i need to find the "Q" variable for every instance of "n" and divide those values by "Pr" clear all clc; n=[1:1:50] ...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Using different equations for a single line plot
% In the code below i need calculate tmax value for 2 different cases. A % indepent variable matrix named: "hu" starts from the...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why am i recieveing only one output even though my input is a matrix
clear all close all %hertzian contact calculator for a sphere clc; format long F= 5000 ; v1=0.3; v2=0.3; E1=700000 E2=70...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I need to put the put the datas given under "group 3" in this attached excel file to two different arrays and plot them but i can't becuase they are writtien with a comma ","
I need to put the put the datas given under "group 3" in this attached excel file to two different arrays and plot them but i ca...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I need to plot "e" by function of all values of "dm" i but can't do it please help
clc clear all F=2000 ; dm=[12: 5: 37]; f=0.2 ; l=2 ; Q= ((F.*dm)/2)*((l+(pi*f.*dm)/((pi.*dm)-(f*l)))) ; e= (F*l)/(2*pi....

más de 4 años hace | 1 respuesta | 0

1

respuesta