photo

Douglas Farinelli


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
2 Answers

RANK
73,263
of 300,853

REPUTATION
0

CONTRIBUTIONS
3 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,319

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

| accepted

Question


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 ago | 1 answer | 0

1

answer

Answered
How to exist(obj.struct.var)?
isfield(obj.struct,'var')

7 years ago | 0

| accepted

Question


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

7 years ago | 1 answer | 0

1

answer