photo

JGraf


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Hi, I am new to Matlab

统计学

MATLAB Answers

7 个提问
2 个回答

排名
86,067
of 300,781

声誉
0

贡献数
7 个提问
2 个回答

回答接受率
85.71%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to write a function that only accepts non-negative integer
Hi, I am writing a function called day_diff that takes four scalar positive integer inputs, month1, day1, month2, day2. These...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How to sort a 3 element vector input to scalar output?
I figured it out as follows: function [out1,out2,out3]=sort3(v) if v(1) <=v(2) && v(2)<=v(3); out1=v(1) ...

9 years 前 | 0

| 已接受

提问


How to sort a 3 element vector input to scalar output?
Hi, My function sort3 is supposed to take a 3-element vector and return the vector as three scalar output in nondecreasing or...

9 years 前 | 3 个回答 | 0

3

个回答

提问


How to format fprintf with 2 decimals
HI, I have looked at other examples of fprintf, but my formatting on fare(4,75) is off and I am not sure why? fare(4,44) output ...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How do I properly combine "and", "or" and "if"
Thank you

9 years 前 | 0

提问


How do I properly combine "and", "or" and "if"
Hi, My function needs to calculate the cost of a train ticket. The first mile is $2. Each additional mile up to 10 miles is...

9 years 前 | 3 个回答 | 0

3

个回答

提问


How to select odd numbers in a row
Hi, I need to write a function that returns an output, which is the square root of the mean of the squares of the first nn pos...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How do I create a function where output S has the rows as input N
I am trying to create a function where the output S shows selected statistics of input N. I need output S to have the same numb...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Hi, I need a function that calculates the sine of the corresponding element of an input. The input is in degrees and I am not allowed to use the built-in function sind.
Hi, I need a function that calculates the sine of the corresponding element of deg. Deg are giving in degrees and I am not allow...

9 years 前 | 3 个回答 | 0

3

个回答