統計
MATLAB Answers
7 質問
0 回答
ランク
of 171,552
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
約9年 前 | 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...
約9年 前 | 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...
9年以上 前 | 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...
9年以上 前 | 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...
10年弱 前 | 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...
10年弱 前 | 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...
10年弱 前 | 1 件の回答 | 0
