Community Profile

photo

Dominik Müller


Last seen: alrededor de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3
  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0

| aceptada

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

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

más de 3 años hace | 1

| aceptada

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

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

más de 3 años hace | 0

| aceptada

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

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

más de 3 años hace | 0

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

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

más de 3 años hace | 0

| aceptada

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
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?

más de 3 años hace | 0

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

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

más de 3 años hace | 0

| aceptada

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas