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