photo

Samantha Farmer


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
175,311
of 300,779

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Write a function with three input arguments: a vector, math handle, plot handle?
The question is: Write a function that will receive three input arguments: first argument is the data in the form of a x vector...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Plot Specific Info from a data file?
So here is the problem: A file called avehighs.dat stores the average high temperatures for each month for a year(rounded to int...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to get program to keep asking for the input until the user provides a correct one?
I was trying to write a script that will ask the user to input a number between 100 and 200, inclusive. The program will check ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Converting a for loop to a while loop
I'm trying to convert this for loop into a while loop but keep getting the x value of the while loop as zero when it should be r...

7 years 前 | 2 个回答 | 0

2

个回答

提问


Keep getting error message for making a script for checking the value of a number between 100&200?
So I'm trying to write a script that will ask the user to input a number between 100 and 200, inclusive. The program will check...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to write a function that will count the number of prime numbers betweeen n1 and n2 using a for loop?
I need to write a function CountPrimes(n1, n2) that will count the number of prime numbers between n1 and n2 and return the coun...

7 years 前 | 3 个回答 | 0

3

个回答