Dominik Müller
Followers: 0 Following: 0
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...
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 前 | 0
| 已接受
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
(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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答已回答
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...
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...
4 years 前 | 1
| 已接受
提问
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 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
4 years 前 | 0
| 已接受
提问
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 前 | 1 个回答 | 0
1
个回答已回答
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...
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...
4 years 前 | 0
提问
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 前 | 2 个回答 | 0
2
个回答已回答
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 ...
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 ...
4 years 前 | 0
| 已接受
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答已回答
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?
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?
4 years 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答已回答
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....
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....
4 years 前 | 0
| 已接受
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 2 个回答 | 0