photo

jmac


Lennon

Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Message

Combinatorial optimization, computer vision, investment management, algorithmic trading

Statistics

All
MATLAB Answers

0 Questions
5 Answers

Cody

11 Problems
1041 Solutions

RANK
167,922
of 300,338

REPUTATION
0

CONTRIBUTIONS
0 Questions
5 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,922

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
95
of 168,149

CONTRIBUTIONS
11 Problems
1041 Solutions

SCORE
11,578

NUMBER OF BADGES
36

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • First Answer
  • Computational Geometry I Master
  • Puzzler
  • Explorer
  • Tiles Challenge Master
  • Number Manipulation I Master
  • Cody5 Easy Master
  • Matrix Manipulation I Master
  • Sequences And Series I Master
  • Scholar
  • Creator

View badges

Feeds

View by

Answered
Copying and pasting data from one excel worksheet to another or from the workspace to an existing worksheet
I find the spreadsheet link toolbox pretty handy https://www.mathworks.com/products/spreadsheet-link.html Initialize the link, ...

5 years ago | 0

Answered
remove the colored scratches from this image
Try median filtering only on points segmented by color.. In a blunt quick pass, I was able to fade away the blue and the red li...

5 years ago | 0

Answered
Surf rotation/size
axis vis3d

5 years ago | 0

Answered
produce combination one by one error
For n=32 and newn=31, indices should be a 32x31 matrix; you should not get an "out of memory" error. For different values of n ...

5 years ago | 0

Answered
Creating a variable with if statement
Just eliminate the entries you don't want: y=x; y(y>=6)=[]; Or, if you want to maintain the size and class (vector), NaN: y=x; ...

5 years ago | 0