Statistics
RANK
4,347
of 295,486
REPUTATION
12
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
3
RANK
of 20,236
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
Can I get rid of this for loop?
I have a matrix that has 3 columns that consist of -1, 0, and 1 (let's call them the "level columns"), and a fourth column that ...
8 years ago | 3 answers | 0
3
answersQuestion
What does the expression x(ind -1) mean?
I recently saw the following code and I'm curious as to what it is actually doing: x(ind -1) where "ind" is a vector of ...
9 years ago | 2 answers | 1
2
answersQuestion
Can I specify a package of classes as allowable subclasses?
When defining a class and specifying allowable subclasses (AllowedSubclasses = ?ClassName), can I specify a package instead? Fo...
9 years ago | 1 answer | 0
1
answerQuestion
Setting plot handle x,y,z data does not clear "old data"
I am plotting information streaming in from a file. Instead of plotting the new data every time, I'm trying to be "efficient" b...
10 years ago | 1 answer | 0
1
answerout of memory error!
You could use a memmapfile. I'm not entirely sure how it works, but a memory map does not actually load the data into memory. ...
10 years ago | 0
| accepted
efficient extraction of bytes/bits fomr a long list of uint64s
Instead of converting the array to binary (dec2bin converts the number of a string of the binary representation), use the bitand...
10 years ago | 1
| accepted
Answered my own question, but posting for future reference (Method not defined or removed from search path)
Answer in post.
10 years ago | 0
| accepted
Question
Answered my own question, but posting for future reference (Method not defined or removed from search path)
I have a class method calling a superclass method, ie, getData@headerDirectory.SuperClassObject(sub_class_obj,rawData) I ...
10 years ago | 1 answer | 1
1
answerQuestion
User defined color/linetype property
In my code, I define some color and linetype properites: marker = 'wo'; markerFaceColor_str = 'MarkerFaceColor'; markerF...
10 years ago | 1 answer | 0