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...
6 years 前 | 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.
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.
6 years 前 | 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?
6 years 前 | 1 个回答 | 0
1
个回答提问
How to exist(obj.struct.var)?
exist(obj.struct.var) always returns 0 regardless if the var exists or not.
7 years 前 | 1 个回答 | 0
