photo

JGraf


2017년부터 활동

Followers: 0   Following: 0

메시지

Hi, I am new to Matlab

통계

MATLAB Answers

7 질문
2 답변

순위
189,057
of 301,175

평판
0

참여
7 질문
2 답변

답변 채택
85.71%

획득한 표
0

순위
 of 21,185

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,238

참여
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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do I properly combine "and", "or" and "if"
Thank you

대략 9년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 3 | 0

3

답변