photo

Ryan


Last seen: 約4年 前 2014 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 3 件の回答 | 0

3

回答

質問


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 ...

8年以上 前 | 2 件の回答 | 1

2

回答

質問


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年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

9年以上 前 | 1 件の回答 | 0

1

回答

回答済み
out 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. ...

9年以上 前 | 0

| 採用済み

回答済み
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...

9年以上 前 | 1

| 採用済み

質問


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年弱 前 | 1 件の回答 | 1

1

回答

質問


User defined color/linetype property
In my code, I define some color and linetype properites: marker = 'wo'; markerFaceColor_str = 'MarkerFaceColor'; markerF...

約10年 前 | 1 件の回答 | 0

1

回答