
Tom Wenk
Statistics
RANK
18,705
of 284,801
REPUTATION
2
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
2
RANK
of 19,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 137,603
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
Content Feed
Question
How to determine if an array of objects is part of an other array of objects?
I have an array containing |classdef|-objects ( *value class* ) of the same class, but with different values for the properties....
5 years ago | 2 answers | 0
2
answersSaving a plot from the GUI directly
Maybe this can help you? <https://de.mathworks.com/matlabcentral/answers/86693-save-axes-plot-as-fig-in-a-gui#answer_96234>
5 years ago | 0
Question
No performance improvement with preallocating for object arrays
Hi everyone, I programmed a database where I want to save handle-class-objects in an array ( *Matlab R2016b*). Now for testin...
5 years ago | 4 answers | 2
4
answersI want to reduce accuracy and precision to 3 digits.
Like Walter Roberson stated, I think you have to use the symbolic toolbox for that. Maybe this function from the toolbox can ...
5 years ago | 0
Question
How to get the name of the running function/method when executing a class method?
Hello everybody, I have a class with several methods and I want to write my own log-file which tells me if the executed metho...
5 years ago | 1 answer | 0
1
answerMass of a prism using a 'While loop'
_I copied the solution I wrote as a comment here as an answer:_ First of all, your calculation is wrong: mass = density * vol...
5 years ago | 0