photo

Matthew


Last seen: 11 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

MATLAB Answers

7 Fragen
1 Antwort

RANG
282.192
of 300.871

REPUTATION
0

BEITRÄGE
7 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
28.57%

ERHALTENE STIMMEN
0

RANG
 of 21.100

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 171.460

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Why won't the arrays I make work in the functions I created where I need to find pressure?
Here's the code with everything. I want to go through each element of the x array and z array in order to get pressure at each v...

etwa 2 Jahre vor | 0

Frage


Why won't the arrays I make work in the functions I created where I need to find pressure?
I need to find pressure but the arrays won't plug into my functions as I keep getting D = 0. Is there any ways to fix this? Than...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to make the for loop the length as the array inside the for loop?
I am making a for loop and I want to subtract each element by each other. I was able to do this but my array is now 1x200 and my...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to subtract subtract two elements in the same matrix and then do that again and then divide these values by each other?
I want to make a for loop where I subtract two elements in the same matrix and then do that process again for another matrix, an...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need help computing the pressure gradient at point “i”, using a centered finite difference using a for loop.
Here is the formula I need to code. I have the code for both p and x but I'm not sure how to compute this formula using the va...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do use the annotation function to annotate specific x-values on my graph?
I want to use the annotation function to show x-min and x-max values on my graph. Here is my code: x = [0:300]; lda = 300; uh...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am confused on why I am getting huge numbers at the values 0,75,150, and 300 in my code
For some reason, I am getting huge numbers in c for x= 0, 75, 150, and 300. Which is obviously not correct. I am not sure what i...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am making a Skew T Chart in matlab and for some reason my isotherms(the diagonal lines on the plot) aren't aligned with the temperature on the x-axis. Is there a way to fix?
clear all; close all; [P,H,T,Td,w]=textread('OAX_sounding_corrected.dat', '%f %f %f %f %f'); fileID = fopen('OAX_sounding_cor...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten