Community Profile

photo

ILAYDA GULSEN KOCAK


Last seen: 2年以上 前 2021 年からアクティブ

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


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

3年弱 前 | 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...

3年弱 前 | 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 ...

3年弱 前 | 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...

3年弱 前 | 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 ...

3年弱 前 | 2 件の回答 | 0

2

回答