photo

cwc


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

2 질문
1 답변

순위
71,629
of 301,478

평판
0

참여
2 질문
1 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,296

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,719

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Cell array and cell structure
I am suppose to insert the weight data of an element into the element itself. The funny thing is that W(1,1)(1,2) brings up "x" ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
How can I set up the variables for this question?
function numberofsteps = naturalnumber(n) numberofsteps = 0; while n~=1; if mod(n,2) == 0; n = n/...

12년 초과 전 | 0

질문


How can I set up the variables for this question?
Take any natural number n. If n is even, divide it by 2 to get n/2. If n is odd, multiply it by 3 and add 1 to obtain 3n+1. (T...

12년 초과 전 | 답변 수: 2 | 0

2

답변