Community Profile

photo

Dominik Müller


Last seen: ungefär 3 år ago Active since 2020

Statistics

  • Thankful Level 3
  • First Answer
  • Revival Level 1

View badges

Content Feed

View by

Answered
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...

ungefär 3 år 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...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


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...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


(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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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...

mer än 3 år ago | 2 answers | 0

2

answers

Answered
View 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...

mer än 3 år 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...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
Load .mat-file in Web App Server
The solution is quite simple: [file,path] = uigetfile('*.mat'); % see matlab documentation of uigetfile cd(path) data = loa...

mer än 3 år 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...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
pause 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...

mer än 3 år 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...

mer än 3 år ago | 2 answers | 0

2

answers

Answered
App 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 ...

mer än 3 år 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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
How 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?

mer än 3 år 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...

mer än 3 år ago | 1 answer | 0

1

answer

Answered
Lock 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....

mer än 3 år 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...

mer än 3 år ago | 2 answers | 0

2

answers

Question


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...

mer än 3 år ago | 1 answer | 0

1

answer

Question


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 ...

mer än 3 år ago | 0 answers | 0

0

answers

Question


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...

mer än 3 år ago | 0 answers | 0

0

answers

Question


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...

mer än 3 år ago | 2 answers | 0

2

answers