photo

MATLAB


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

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
244,579
of 300,750

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to display the nth term where the nth term is found by adding x number previous term?
I am trying to write code that will ask the user to input n and x. The sequence is similar to the fibonacci sequence, but instea...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to test if there is a leap year between 2 years?
I want a user to input 2 years, for example 2002 and 2006. I want to test if there is a leap year between these years. With thos...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to test to see if a user input is not a number?
y=input('Input a number') if isnumeric(y) ~= 1 disp('The entry is not a number') end I am asking the user to input a n...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to test if a number has specific digits in it?
y=input('Input a number') y=num2str(int)-'0'; if y(1:size(y)) == 1 || 4 || 8 disp ('Your number contains the digits 1, 4 ...

4 years 前 | 1 个回答 | 0

1

个回答