jeff417
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
265.101
of 295.467
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
14.29%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 8 Jahre vor | 1 Antwort | 0