Statistiques
4 Questions
0 Réponses
RANG
14 752
of 300 364
RÉPUTATION
3
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
3
RANG
of 20 934
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 407
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
How do I find built in sounds?
I need to load two built in matlab sound files, store them, and concatenate the sounds so they play one immediately followed by ...
presque 11 ans il y a | 5 réponses | 3
5
réponsesQuestion
How to count occurrences of a letter?
The question is as follows: a. Your job is to write a function called CrazyGrade that will take in the string and flip the gra...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
Write a script that will convert each numeric value in the vector days into a string named daysOfWeek with the day names separated by a comma and a space.
So far I have: clc,clear day=input('Enter date of the month '); if any(day==[3 10 17 24]) dayName = 'Monday...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Write a function dayName that has one input argument, day, containing the numerical value of a day in the month of November, 2014.
I was wondering if there was a shorter code to solve this problem? The solution I got was: clc,clear dayName = input('En...
presque 11 ans il y a | 1 réponse | 0
