photo

Douglas Farinelli


Last seen: 8ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Indexing into a type I don't recognize
Inherited code ... have a struct with an array of fields. One of the fields is called tag which is seems to be struct of string...

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

1

回答

回答済み
Is there a method to linear index to a transpose matrix without taking the transpose?
Yes want to index the matrix by rows vs columns. I suppose i can use the function ind2sub and switch the row and col.

5年弱 前 | 0

| 採用済み

質問


Is there a method to linear index to a transpose matrix without taking the transpose?
Is there a method to linear index to a transpose matrix without taking the transpose?

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How to exist(obj.struct.var)?
isfield(obj.struct,'var')

5年以上 前 | 0

| 採用済み

質問


How to exist(obj.struct.var)?
exist(obj.struct.var) always returns 0 regardless if the var exists or not.

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

1

回答