ILAYDA GULSEN KOCAK - MATLAB Central
photo

ILAYDA GULSEN KOCAK


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/21 to 04/25Use left and right arrows to move selectionFrom 03/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

5 个提问
0 个回答

排名
244,397
of 297,999

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,519

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Plotting in a specific range
lets say i have this simple code: Res=[]; for i=10:2:50 for t=1:1:3 y=i*t Res=[Res; i t y ] end end How can I plot i-...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Calculating a function variable for a specific output
I have a function which depends on 3 variables. Lets say my function is this: Tend=@T(x,y,z) Assume that the variables x and...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting grapf of heat exchanger
I'm trying to plot the grapf of a heat exchanger, I already calculated the values but have struggle in plotting it. The simple ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Specific values in an Array
Hi guys. I want to select specific values from an matrix array and use this values in further calculations. lets say I have th...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Plotting graph from the values of a 15x3 matrix
Hi! I have a problem. I have a matrix 15x3 consisting of values: P T C 1 30 3.4 1 40 3.5 1 50 ...

4 years 前 | 2 个回答 | 0

2

个回答