photo

Renwen Lin


Shanghai University of Finance and Economics

Last seen: 8 months ago Active since 2012

Followers: 1   Following: 0

Message

Professional Interests: History

Statistics

All
MATLAB Answers

0 Questions
2 Answers

File Exchange

13 Files

Cody

0 Problems
69 Solutions

RANK
15,065
of 300,381

REPUTATION
2

CONTRIBUTIONS
0 Questions
2 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
4,194 of 20,941

REPUTATION
348

AVERAGE RATING
2.50

CONTRIBUTIONS
13 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
3384

RANK
8,215
of 168,477

CONTRIBUTIONS
0 Problems
69 Solutions

SCORE
823

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • Commenter
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • First Submission
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Multiple outputs from anonymous function
try this @(x1,x2)deal(x1+1,x2+1) % T2 = grouptransform_easy(T, {'HA','HB'},@(x1,x2)deal(x1+1,x2+1),{'Grade','Name'},["Prov...

3 years ago | 0

Answered
Is there a faster way than str2double() to convert from a string array into a matrix containing doubles?
Try this! Fast String to Double Conversion

6 years ago | 1