photo

Cole Bromfield


Last seen: 거의 6년 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
161,779
of 300,863

평판
0

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How do I get this to display the maximum value of an array?
I wrote this function: function max=maxval(x) a=1; N=length(x); for j=x(1:N) if x(j)>a a=x(j); else ...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Is there a way to find the max value in an array without using the "max" command?
My professor wants us to create a function to find the max value in an array x (max=maxvalue(x)). He said we are not allowed to...

거의 6년 전 | 답변 수: 4 | 0

4

답변

질문


How to write a function for a certain number of random numbers
My assignment says: "Create an .m file that is a function that creates an array of N random integers in the range from -9999 to...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to display two things on one line?
My assignmend is telling me to use the display command to display the phrase "The first random variable is" and the x value (cal...

거의 6년 전 | 답변 수: 3 | 0

3

답변

질문


"At least one 'end' is missing: the statement may begin here"
k=1 for k=1:20 disp(k) if mod(k,2)==0 disp("na") if mod(k,3)==0 disp("ba") if mod(k,5)==0 di...

대략 6년 전 | 답변 수: 1 | 0

1

답변