photo

jeff417


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
225,508
of 297,503

평판
0

참여
7 질문
0 답변

답변 채택
14.29%

획득한 표
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 1

배지 보기

Feeds

보기 기준

질문


How to plot vorticity in MATLAB with respect to y-direction
Hello. I'm analyzing data from a PIV lab and I need to find vorticity and plot it with respect to the y coordinates. I have posi...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding unknown values of a variable that corresponds to another known variable within one equation
I wasn't sure how to word that question more clearly so sorry about that. I have a design problem. This is a function that is...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Changing the Jacobi Method into Gauss-Seidel method
For my numerical methods class, we are tasked with changing the provided Jacobi function into a Gauss-Seidel function. We have t...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Using bisection method to solve vibrations problem
For my numerical methods class, we use MATLAB to solve all problems. I already have the bisection method code: if true...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to sort array data without using sort function?
I have to sort my data from either lowest to highest or highest to lowest. My code is working, but how can I set the output to a...

거의 9년 전 | 답변 수: 1 | 0

1

답변

질문


How to remove duplicates from a matrix without using unique?
I have to be able to remove all duplicates from each column of a matrix A = [1,2,3;1,3,3;4,2,1], while also not using unique and...

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

3

답변

질문


How do you remove duplicates without using unique?
I have a problem where I have to remove duplicates from a column without using unique and without sorting the data. My current c...

거의 9년 전 | 답변 수: 1 | 0

1

답변