photo

Jarred


Last seen: 2 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

4 个提问
0 个回答

排名
13,898
of 297,527

声誉
3

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
3

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 5 个回答 | 3

5

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答