photo

Matthew


Last seen: 10개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
273,768
of 300,753

평판
0

참여
7 질문
1 답변

답변 채택
28.57%

획득한 표
0

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,858

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

답변 있음
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...

대략 2년 전 | 0

질문


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

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 2 | 0

2

답변