jeff417 - MATLAB Central
photo

jeff417


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/16 to 04/25Use left and right arrows to move selectionFrom 04/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
67,117
of 298,264

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
14.29%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答