photo

Kuifeng Zhao


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

1 File

Cody

0 Problems
1 Solution

RANK
222,647
of 300,392

REPUTATION
0

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
18,012 of 20,933

REPUTATION
2

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
29

RANK
120,163
of 168,335

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • GitHub Submissions Level 1
  • First Submission
  • Solver
  • First Review
  • First Answer

View badges

Feeds

View by

Submitted


Conversion between SVY 21 and WGS 84 coordinates
Matlab functions for SVY21 and WGS84 conversion.

5 years ago | 1 download |

0.0 / 5

Solved


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

6 years ago

Answered
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space error in matlab?
Try this website from Mathworks, it solved my problem of the OutOfMemoryError. https://www.mathworks.com/matlabcentral/answer...

7 years ago | 0

Answered
Getting NaN when converting string to number
I suggest change the brackets (),[], into comma ',', and then try to read the data again. Anyway, you can try the function and m...

7 years ago | 0