Gabriel Quattromani
Followers: 0 Following: 0
Statistics
RANK
11.291
of 295.467
REPUTATION
4
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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","...
meer dan 2 jaar ago | 0
| accepted
Question
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 2 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 2 jaar ago | 2 answers | 0