Statistik
RANG
14.021
of 299.217
REPUTATION
3
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
3
RANG
of 20.663
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 163.745
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Issue with scrolling a GUI in App Designer
Hi, I did this simple app designer simple UI And when I run it I cannot scroll it down Any idea why? And h...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
Issue with resizing a GUI in app designer
Hi, I did this simple app designer simple UI And when I run it I get this in the small windows But when I resize it to...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
Rotate an object based on regionprops Orientation - explanation
Hi, Based on this question (https://www.mathworks.com/matlabcentral/answers/2034614-rotate-an-object-based-on-regionprops-or...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Save in App designer text area value not as .txt, .dat, or .csv file - Matlab
I have tried to save an App designer text area value not as .txt, .dat, or .csv file (used for delimited tex...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenAdd multi-row data to App Designer Text Area
Hi, Not an elegent way but I hope it works for you T1 = table([1;2;3], [4;5;6]) T1 = table2array(T1); T1 = num2str(T1) T2= ...
mehr als ein Jahr vor | 0
Frage
Increase the font size of the interface menus/GUI of app designer
Hi, Is there a way to increase the font size of the interface menus/GUI of app designer (bot in the code/app I write)? Th...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Button widening effect - app designer
I am designing a GUI using app designer and when I maximise the screen, the button become wider as shown in the photo below. ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Convert datetime to string
How can I convert datetime('now','TimeZone','local','Format','d-MMM-y HH:mm:ss') to a string with this structure: 12-Oct-2...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Exportapp error in saving entire app designer GUI
Hi, I am trying to use the exportapp function to save the entire app designer GUI but I get this error: Error using exportap...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Close uialert - App designer
In App designer I have a function called DayButtonPushed(app, event) With the following code: aFig = uifigure; ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Fit UIAxes to image dimensions automatically
I use the code (App designer file attach) to mark a ROI. On of the things that I can not solve is that the UIAxes dimension are ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
NumberFormat on specific/few columns - Report Generator
I am formating a table using this line: tableData = FormalTable(tableData); tableData.Border = 'Solid'; tableData.RowSep = '...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Generate PDF report with images and table
In the code below I want to generate a PDF report that I wish it will have two images next to each other and below them a table....
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Refresh positions of all draw points after deleting or moving - App designer
Following my last question (https://www.mathworks.com/matlabcentral/answers/1619365-extract-position-of-all-draw-points) I did a...
mehr als 3 Jahre vor | 1 Antwort | 3
1
AntwortFrage
Extract position of all draw points
Based on this question (https://www.mathworks.com/matlabcentral/answers/545177-draw-points-on-uiaxes-until-you-press-a-button-in...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Signifcant numbers set in a table
Can anyone please give an advice how to set the significant numbers only on the table numerical fields? Code: clc; clear...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find intersection points between a line and a boundary
I am trying to find the intersection points between a line and a boundary, how can I do it? Code: clc; clear; close all;...
fast 5 Jahre vor | 1 Antwort | 0