AJ Geiger - MATLAB Central
photo

AJ Geiger


Active since 2017

Followers: 0   Following: 0

Message

Alex Geiger moved to Rochester NY where he studied machine learning at the Rochester Institute of Technology. Passionate and driven all his life, with a mission to automate aspects the feature engineering process. In his free time, Alex loves helping out his local community and giving back.

Statistics

All
CodyMATLAB AnswersFile ExchangeFrom 11/17 to 03/25Use left and right arrows to move selectionFrom 11/17Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
2 Answers

File Exchange

3 Files

Cody

0 Problems
20 Solutions

RANK
18,041
of 297,589

REPUTATION
2

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
4,132 of 20,461

REPUTATION
350

AVERAGE RATING
4.00

CONTRIBUTIONS
3 Files

DOWNLOADS
16

ALL TIME DOWNLOADS
2803

RANK
20,321
of 159,178

CONTRIBUTIONS
0 Problems
20 Solutions

SCORE
240

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
How can I scatter two vector with a condition on other vector in a matrix?
sz = zeros(size(A,1),1); % % Note A must be 0 or greater-than 10 according % to your logic, and therefore if x equals %...

7 years ago | 1

Answered
Finding area under peaks for drifting signal
1. instead of using the function maxpeak use [~,I] = max(f); to obtain the index of the max peak 2. Nice! Now you kn...

7 years ago | 0

Question


How may I create a blog
I created a modern interactive Matlab GUI controls as part of my capstone project. The controls mirror what you would expect fro...

7 years ago | 2 answers | 0

2

answers