photo

I W


自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
178,355
of 300,343

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


graphing data using webread
station_id = ["02DD016", "02HA014", "02HC030", "02HC024"]; titles = ["FRENCH RIVER AT PORTAGE DAM", "REDHILL CREEK AT HAMILTON"...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Sign Changes (conditional through vector elements)
function count = signChangeCounter(numberList) %Enter the commands for your function here. % code to call function number...

5 years 前 | 1 个回答 | 0

1

个回答

提问


loops and divisions by 7 and calling function
function [whatsLeft, divisionCount] = divideBySeven(number) %Enter the code for your function here. while number < 1 ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


conditionals and character arrays to assign grade based on score
function grade = assignGrade(score) %Enter the commands for your function here. if (score >= 90) && (score <= 100) grade ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


rounding string to certain decimal places
%This command generates a random number. %Do not overwrite the value of number in your own code. number = 10*rand(1,1); %...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Convert double type string to data type
%These commands generate the random integers described in the problem statement. %Do not overwrite the values of X and Y in...

5 years 前 | 3 个回答 | 0

3

个回答