photo

Hye Sun Choi


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
106.106
of 301.301

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
0

RANG
 of 21.236

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.897

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Help debugging a code? Says function makes an error but when I run it, it returns the correct output...
I'm having trouble with the following assignment: Write a function called sort3 that takes a 3-element vector as its sole arg...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to have an arbitrary vector as your input for your function?
Currently have the following snippet of my code: function output =sort3(A) A= [a b c] if (a<=b)&& (b<=c) if a<b && b...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Having trouble with my outputs giving me 4 decimal points when I only want 2?
I'm trying to answer the following homework question: Write a function called fare that computes the bus fare one must pay i...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Having trouble understanding what the "[]" command in min(X,[],1) does. Can anyone help?
Looked it up on help min, got the following: [Y,I] = min(X,[],DIM) operates along the dimension DIM. Could someone expand on wha...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort