photo

krushnasamy subramaniyan


SRM UNIVERSITY

Last seen: 3 years 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
0 个回答

排名
149,724
of 300,781

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
11.11%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Write a function called bell that returns the first n rows of the Bell triangle, where n is an input argument. The function must return an n-by-n array where the the top left triangle contains the Bell triangle with each row of the Bell triangle posi
"Write a function called bell that returns the first n rows of the Bell triangle, where n is an input argument. For a precise de...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Write a function called censor whose first input argument is a cell vector (row or column) of strings and whose second input argument is a string. It removes each element of the cell vector whose string is either identical to the second input argumen
str={'hi' 'me' 'if' {'yes' 'no' 'hi'} {'for' 'while' 'all'} 'hi'}; %example element='hi'; %remove 'hi' str(strcmp(str,element)...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Cell Array of Strings function help
Write a function called censor whose first input argument is a cell vector (row or column) of strings and whose second input arg...

10 years 前 | 0 个回答 | 0

0

个回答

提问


Write a function called roman that takes a string representing an integer between 1 and 20 inclusive using Roman numerals and returns the Arabic equivalent as a number of type uint8. If the input is illegal or its value is larger than 20, roman retur
Write a function called roman that takes a string representing an integer between 1 and 20 inclusive using Roman numerals and re...

10 years 前 | 1 个回答 | 0

1

个回答