Erdem Turan - MATLAB Central
photo

Erdem Turan


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

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

7 个提问
1 个回答

排名
246,336
of 298,132

声誉
0

贡献数
7 个提问
1 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 20,538

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,453

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

已回答
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 ...

2 years 前 | 0

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 2 个回答 | 0

2

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

3 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答