Roys
Followers: 0 Following: 0
Statistics
RANK
19 632
of 295 467
REPUTATION
2
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
2
RANK
of 20 234
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
loadobj() always called from matfile() regardless of subsref
MATLAB calls loadobj() whenever you access the contents of a saved matfile, if there's an object saved there. Example: classdef...
mer än 2 år ago | 1 answer | 1
1
answerQuestion
Check if a nested field exists in a structure OR nested property in an object
I'm working with nested structures with different fields that may hold objects with properties, and any mix of such datatypes. I...
mer än 2 år ago | 1 answer | 1
1
answerQuestion
preventing access to MAT file while saveobj is working
Here's one. In order to be able to save a deep object (class with properties that are classes themselves), I save all properties...
mer än 2 år ago | 0 answers | 0
0
answersBidirectional property and method definition with classes
What I resorted to so far is this: supClass < handle creates two box1Class instances. Note that I initialize them in the constr...
nästan 3 år ago | 0
| accepted
Question
Bidirectional property and method definition with classes
Hi all, Here is a little conundrum with MATLAB classes (at least for me). I am looking for an elegant way, naturally, to impl...
nästan 3 år ago | 2 answers | 0