photo

Matthew Doveton


Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


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 years ago | 2 answers | 1

2

answers

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 4