photo

Jarred


Last seen: 3 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
14,760
of 300,365

REPUTATION
3

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
3

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

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 ...

11 years ago | 5 answers | 3

5

answers

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer