photo

Gabriel Quattromani


Last seen: 11 months 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
11,364
of 297,503

声誉
4

贡献数
5 个提问
1 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
When i plot a 2D plot and then try to label the axis only the label appears and the graph disappear
Use 1 line to plot both graphs, as such: x = linspace(0,2*pi); y = sin(x); y2 = cos(x); plot(x,y,x,y2,":") legend("sin","...

3 years 前 | 0

| 已接受

提问


Using the nodal method in ventilation analysis
I am developing a script to find the internal pressures of 3 separate zones using the exterior pressures, using the Jacobi matri...

3 years 前 | 1 个回答 | 0

1

个回答

提问


1-D Transient Conduction - Implicit Method
Hi, I am writing this code which is intended to find the minimum required depth of water pipes required for them to no...

3 years 前 | 1 个回答 | 0

1

个回答

提问


1D Heat Equation Explicit Scheme
Hi, I am trying to write a program to find the minimum depth required to avoid pipes at a depth of xm from freezing, after a tem...

3 years 前 | 1 个回答 | 0

1

个回答

提问


1D Heat Equation Explicit Scheme (fixed)
clear all p=2050; % density(kg/m^3) k=0.52; % conductivity(W/m-K) c=1840; % specific heat capacity(J/kg-K) T_ini...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Having errors in a multivariable for loop.
I have this following code in order to find the values of vmax with varying h and x. The values are to be inputted into a single...

3 years 前 | 2 个回答 | 0

2

个回答