photo

Matthew Doveton


2013년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

질문


How do you subtract/add with roll under/over
When you subtract two uint numbers together example: uint8(1) - uint8(2) I would like the answer to be 255, instead no mat...

11년 초과 전 | 답변 수: 2 | 1

2

답변

답변 있음
How can I make this nested for loop work?
Is what you are trying to achieve to save every bc(1) and bc(2) values into temp1 and temp2? if so I think this is what you are ...

11년 초과 전 | 0

답변 있음
Not sure why the loop's not working??
mypi is never reached due to the positioning of the break statement, should be: a=1; b=1/sqrt(2); t=1/4; x=1; thres = 0.001...

11년 초과 전 | 0

| 수락됨

답변 있음
how to get every byte value of a double datatype?
I think this may be what you are after, converts a double to a byte array. Data_In = double(floor(rand(1)* 10000)); %test d...

11년 초과 전 | 4