Michael Dzjaparidze
Queen's University of Belfast
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
6,240
of 295,569
REPUTATION
7
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
7
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Calling an object method on multiple objects of the same class
Is there a nice shortcut for calling an object method (i.e. without using a for loop) on multiple instances of a class at the sa...
13 years ago | 0 answers | 0
0
answersQuestion
Overwriting a setter or getter in a subclass: why is this not possible???
This is a real essential thing to be able to do in a project I'm working on at the moment, but it appears this is not allowed in...
13 years ago | 2 answers | 4
2
answersQuestion
Correct way of implementing a getter and setter for a handle class
Is it syntactically correct to implement getter and setter methods for a MATLAB handle class the same way as you would do for a ...
13 years ago | 1 answer | 2
1
answerQuestion
Negating every second entree in a matrix column
My goal is pretty simple: I have an arbitrary sized matrix holding only positive real numbers and there will not be anymore than...
13 years ago | 3 answers | 1
3
answersQuestion
Using a private method to set a number of private properties
I'm trying to work with OOP concepts in MATLAB but run into the following problem: I have a number of coefficients which need to...
13 years ago | 1 answer | 0