Dominik Müller
Followers: 0 Following: 0
Statistics
RANK
22,379
of 295,467
REPUTATION
2
CONTRIBUTIONS
16 Questions
7 Answers
ANSWER ACCEPTANCE
68.75%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
How to change ax.View in app desginer?
Problem is solved: If you enter items data it's stored as char. So therfor you have to cast from char to double or compare a st...
4 years ago | 0
| accepted
Question
How to change ax.View in app desginer?
Hi folks, on my GUI im creating with App Designer I have an axes called app.UIAxes. And I have a drop down listing different vi...
4 years ago | 1 answer | 0
1
answerQuestion
App Designer: keep axes limits fixed
Hi folks, I'm working on a GUI with two UIAxes. On one axes I want to show the whole plot and so the Xlim, Ylim and ZLim are se...
4 years ago | 1 answer | 0
1
answerQuestion
(App Designer) change callback of item / add new callback to existing item
Hi folks, I have programmed a GUI and added some items to a callback by right clicking them and select existing callback. Now I...
4 years ago | 1 answer | 0
1
answerQuestion
Pass Panel components to function with App Designer
Hi folks, I wonder if there's a way to pass the items of a panel in App Designer somehow like a struct. Let's say I have a s...
4 years ago | 2 answers | 0
2
answersView errors of Standalone-App created with Matlab Compiler
While exporting your app with Compiler scroll down to the topic 'Additional runtime settings' and put a check on 'Create log fil...
4 years ago | 1
| accepted
Question
Build error: C compiler produced errors. See the Build Log for further details.
Hi folks, I'm currently trying to export a mex-file with Matlab Coder. If I check my code for issues everything is okay. But if...
4 years ago | 1 answer | 0
1
answerLoad .mat-file in Web App Server
The solution is quite simple: [file,path] = uigetfile('*.mat'); % see matlab documentation of uigetfile cd(path) data = loa...
4 years ago | 0
| accepted
Question
Load .mat-file in Web App Server
Hi folks, I have an App running on Web App Server. What I'm trying to do is read in a .mat-file and set some values depending o...
4 years ago | 1 answer | 0
1
answerpause vs drawnow in app designer
no I only had one figure all the time. But if I plot on a seperate figure instead of an UIAxes the figure blinks if I use drawno...
4 years ago | 0
Question
pause vs drawnow in app designer
Hi folks, in my current function I used drawnow to update a figure in a while loop. But drawnow seems to slow down the programm...
4 years ago | 2 answers | 0
2
answersApp Designer: App runs from Matlab but not after Compiler
https://www.mathworks.com/matlabcentral/answers/611216-app-designer-app-runs-from-matlab-but-not-after-compiler#comment_1052941 ...
4 years ago | 0
| accepted
Question
App Designer: App runs from Matlab but not after Compiler
Hi everyone, I have an app created in App Designer. If I run it directly from Matlab/App Designer everything works perfect. But...
4 years ago | 1 answer | 0
1
answerQuestion
set uiaxes in matlab function as current figure to plot on
Hi folks, I had a question on how to plot on uiaxes from an m-file. This question got solved: https://www.mathworks.com/matlab...
4 years ago | 1 answer | 0
1
answerQuestion
Save Structure to .mat-file in dialog via GUI
Hi everyone, I have a GUI made in app designer in which I create a large structure with a lot of data. I now want to export/sav...
4 years ago | 1 answer | 0
1
answerHow to update the GUI axes continuously by using a workspace variable which is being updating continuously
What about calling a while-loop if the button get's pressed which updates the axes?
4 years ago | 0
Question
App Designer: plot on Axes out of function
Hi everyone, I created a GUI in App Designer with an Axes-Object on it. Now I want to enter some values via different buutons/s...
4 years ago | 1 answer | 0
1
answerLock figure axes/position
I solved the problem with the axtoolbar command. The pan option is still available on the menubar, but no longer on the toolbar....
4 years ago | 0
| accepted
Question
Lock figure axes/position
Hi folks, I have a GUI which creates a figure. By clicking a button, the figure got zoomed in on a special point selected. I wa...
4 years ago | 2 answers | 0
2
answersQuestion
Convert/copy array to different type of array (single to uint16 for example) bit by bit
Hey folks, is there a way to copy an array to another array bit by bit? For example: x = single(zeros(1,100)); y = uint16(on...
4 years ago | 1 answer | 0
1
answerQuestion
Select/set ItemData index of drop down in App Designer
Hi folks, I created an app in app designer which has an Edit Field where a user can enter an IP and a drop down menu where you ...
4 years ago | 0 answers | 0
0
answersQuestion
Index exceeds the number of array elements (0)
Hi folks, there is this old GUI made with GUIDE which I try to export with Matlab Compiler. If I launch the application from Ma...
4 years ago | 0 answers | 0
0
answersQuestion
View errors of Standalone-App created with Matlab Compiler
Hi everyone, I'm new to Matlab Compiler and the export of standalone apps. I have a Matlab Script which get's some informatio...
4 years ago | 2 answers | 0