Florian B
Followers: 0 Following: 0
Living in Austria. Studied Chemistry (Bachelor, Master) @ TU Vienna. Has a passion for programming and nature.
Statistics
RANK
87,835
of 295,467
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to speed up dynamic allocation, deletion of uicontrols?
One part of my uicontrol application display a series of parameters from an INI-file that can be modified. For each I want to di...
3 years ago | 0 answers | 0
0
answersQuestion
uigridlayout does not recognize 'fit' as parameter for rowheight
I tried to compile the following line in Matlab R2019a (gl is a uigridlayout component): gl.RowHeight = {30, 'fit', 'fit'}; Th...
3 years ago | 1 answer | 0
1
answerSolved
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
3 years ago
Question
classes with static (constant) properties
How do I define static class properties that are accessed without allocating the object? By object I mean class instance. I wo...
3 years ago | 1 answer | 0