photo

Kin Sung Chan


Last seen: 5 months ago Active since 2016

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
4 Answers

File Exchange

4 Files

Cody

0 Problems
41 Solutions

RANK
96,359
of 300,611

REPUTATION
0

CONTRIBUTIONS
0 Questions
4 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
10,271 of 21,028

REPUTATION
60

AVERAGE RATING
5.00

CONTRIBUTIONS
4 Files

DOWNLOADS
4

ALL TIME DOWNLOADS
507

RANK
12,146
of 169,811

CONTRIBUTIONS
0 Problems
41 Solutions

SCORE
490

NUMBER OF BADGES
2

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Answered
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...

3 years ago | 0

Answered
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...

3 years ago | 0

Answered
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; ......

6 years ago | 0

Answered
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...

6 years ago | 0