photo

Kin Sung Chan


Last seen: 10 months 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 1
  • First Submission
  • Revival Level 1
  • First Review
  • First Answer
  • Commenter
  • Solver

查看徽章

Feeds

排序方式:

已回答
Why won't the editor display Chinese characters?
Well, I use VSCode to open the Matlab .m file, and resave with GBK encoding. (bottom right button of the VSCode interface next t...

2 years 前 | 0

已回答
Why I can not read comments in Chinese in my Mfile?
Well, I use VSCode to open the Matlab .m file, and resave with GBK encoding. (bottom right button of the VSCode interface next t...

2 years 前 | 0

已回答
Why does transforming with affine3D yield different result than multiplying with transfomation matrix?
ptCloud = pointCloud(rand(10000,3,'single')); moveRight = [1 0 0 0; ... 0 1 0 0; ... 0 0 1 0; ......

5 years 前 | 0

已回答
Constrained Polynomial Regression
One way is to use the fittype and fix the lower and upper bound. (x,y) are some vectors that you want to fit. The good thing...

5 years 前 | 0