Statistiques
4 Questions
0 Réponses
RANG
204 580
of 301 344
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 21 238
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 044
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
