Gabriel Quattromani
Followers: 0 Following: 0
Statistik
RANG
11.291
of 295.569
REPUTATION
4
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER 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","...
mehr als 2 Jahre vor | 0
| akzeptiert
Frage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0