Shana Hartel
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
251,059
of 295,467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Sort table by two columns using column name
Hello! I can sort a table with: sortrows(tableName, 'columnName1'). I can also sort the same table by 2 columns using: sortro...
6 years ago | 2 answers | 0
2
answersQuestion
Randperm a completely different set of numbers each loop
I have randperm operating in a loop. Looking for a way to randperm a completely different set of numbers than the previous loop....
7 years ago | 3 answers | 0
3
answersQuestion
Find index of cell containing strings from cell array
How can I find the indices of cell A that contain any of the strings in cell B? Example: A = cell(100,10). In column 2, I...
7 years ago | 1 answer | 0
1
answerQuestion
Is it possible to specify an output data format (ex: hh:mm:ss versus "custom") for xlswrite?
Hello, I am using MATLAB to parse through hundreds of .txt files, build arrays, and export that array into excel (basically con...
8 years ago | 2 answers | 0
2
answersQuestion
Export arrays of unknown lengths to next available excel column
Hello, I am running a loop such that a new array of size (m,1) or possibly (m,2) is generated. Note, m will vary with each loop...
9 years ago | 1 answer | 0
1
answerQuestion
Integrate the product of a symbolic array
I need to integrate the following equation; R(t) = e^-(t/x)^y. For the variables x and y, I have an array of [n,2], where x and...
9 years ago | 1 answer | 0