Chris Hooper
Followers: 0 Following: 0
Statistics
RANK
262,507
of 295,495
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
12,371 of 20,240
REPUTATION
29
AVERAGE RATING
0.00
CONTRIBUTIONS
2 Files
DOWNLOADS
2
ALL TIME DOWNLOADS
297
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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. ...
2 months ago | 2 answers | 0
2
answersQuestion
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...
9 months ago | 1 answer | 0
1
answerQuestion
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...
2 years ago | 1 answer | 0
1
answerExcel 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
answers64 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 ...
8 years ago | 0