photo

Pin-Hao Cheng


University of Minnesota

Last seen: 5 months 前 自 2017 起处于活动状态

Followers: 0   Following: 0

消息

Ph.D. student in Mechanical Engineering

统计学

  • First Answer
  • Thankful Level 2
  • Revival Level 1
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Using while loops in matrices
Let me know if this is what you are looking for. Happy to answer any further questions! A = rand(10) for m = 1:10 %...

2 years 前 | 0

已回答
Equivalent of get device status in 'serial' to 'serialport'
Credit to @dpb This is the code I used: if exist('device','var') ~= 1 ... end More information about the exist syntax h...

3 years 前 | 0

| 已接受

提问


Equivalent of get device status in 'serial' to 'serialport'
I am updating some legacy codes, namely changing 'serial' to 'serialport,' as 'serial' will be removed soon. Part of the code...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Pulley with two hanging masses
See comment and attachment above.

4 years 前 | 0

| 已接受

提问


Plot on different tile during a loop
Hi all- Similar to the question asked here, but mine was about plotting on different tiles during a loop. If we are talking ab...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Pulley with two hanging masses
Hello all, I have been trying to simulate the classic physics problem: a pulley with two hanging masses. I am not sure which pa...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Replacing NaN with some specific values in a mix data type of cell.
Hi there, I'm looking for functions that can replace Nan with some specific values in a mix data type of cell. Mix data type as...

7 years 前 | 1 个回答 | 0

1

个回答