photo

F K


Last seen: 대략 5년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

1 질문
2 답변

순위
215,515
of 301,229

평판
0

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,201

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,547

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
Sum down to one digit
I extended your code 'Image Analyst' to show how this functions should return only one digit no matter how big num is. c...

대략 8년 전 | 0

답변 있음
Sum down to one digit
Wow that's a beast... Are you converting to string to get a length property? Thank you so much ! Edit* I need to think a b...

대략 8년 전 | 0

질문


Sum down to one digit
I am trying to Sum numbers in a matrix down to *one* digit. I am using this code >> tic,s=0; while num>=1, s=s+rem(num, ...

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

6

답변