Chris Hooper - MATLAB Central
photo

Chris Hooper


Last seen: 2 months ago Active since 2016

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersCodyFile ExchangeZoom OutFrom 03/16 to 03/25Use left and right arrows to move selectionFrom 03/16Use 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

4 Questions
2 Answers

File Exchange

2 Files

Cody

0 Problems
5 Solutions

RANK
270,397
of 297,560

REPUTATION
0

CONTRIBUTIONS
4 Questions
2 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
12,422 of 20,456

REPUTATION
30

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
301

RANK
53,894
of 159,148

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Review
  • First Submission
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


How do I reduce categorical array containing alternate spellings and formats?
I bet this problem comes up all the time: I have a categorical array of length ~ 10,000 and typical string length ~ 10 to 20. ...

6 months ago | 2 answers | 0

2

answers

Question


Is it possible to zip files one directory up with "zip"
This creates file1.zip containing file2 and file3: zip('file1',{'file2','file3'}) However, this creates file1.zip containing n...

1 year ago | 1 answer | 0

1

answer

Question


datenum(year,month,day,hr) that returns integer
I need a datenum(year,month,day,hr) that returns an integer, where year, month, day, and hr are vectors of integers. motivation...

3 years ago | 1 answer | 0

1

answer

Answered
Excel custom properties Add function - Invoke Error: Incorrect number of arguments
I am very interested in this as well. I am trying to use optional arguments for the Range.Find() method in order to specify tha...

5 years ago | 0

Question


interesting matrix indexing question without for loops
size(matrixA)=[b,n,m] size(matrixB)=[n,m] how can I create matrixC(i,j)=matrixA(matrixB(i,j),i,j) without using...

6 years ago | 2 answers | 0

2

answers

Answered
64 Bit version of Matlab 2015a a lot slower than 32bit version
Did you try running the benchmarks multiple alternating times to avoid the order effect? running a matlab code is often slowest ...

9 years ago | 0