回答済み
Assigning a context menu to a UIAxes
Hello Brian, You can attach Context Menu component to the UIAxes component by drag & drop, from the Component Browser, or from...

5年以上 前 | 1

| 採用済み

回答済み
change only 3 of many outputs of a function through the App Designer
I am not sure what would be the easiest way considering that Configuration.m generates a file. After you call Configuration, you...

5年以上 前 | 0

| 採用済み

回答済み
Get boundary object from a bar plot
It looks like such object does not exist on bar anymore.

5年以上 前 | 0

| 採用済み

回答済み
how can i get permission for current folder
You can't create new folder within MATLAB root folder. Change current folder on the left section to where you have write access....

5年以上 前 | 0

回答済み
Saving All Image files in a UITable in App Designer
Hello, Here's some code, but it's not tested. I don't know which one of your functions display the processed images, you can us...

5年以上 前 | 0

回答済み
HORIZONTAL BAR PLOT WITH GAPS
Here is the heatmap solution, but unfortunately it doesn't return the total time in bar. clc; clear; close all; M1 = [ones...

5年以上 前 | 0

回答済み
Matlab switch cursor from other programm to the command window while running a script
See program called Tray Everything, it allows you to hide running programs in Windows tray, and it will never lose the focus fro...

5年以上 前 | 1

回答済み
Surface plot using fitrpg
Hello, Take a look at the code below, unfortunately I can't find the link where I found an example I took the code from, but l...

5年以上 前 | 0

| 採用済み

回答済み
How to obtain a contour plot from given function?
You need to obtain all x values and their corresponding objective function values. Reference to the answer that the idea is take...

5年以上 前 | 0

| 採用済み

回答済み
batch processing (automating code processing)
This will give you the structure containing all .mat files. File_Struct = dir('**/*.mat'); Edit: Use name and folder to get t...

5年以上 前 | 0

| 採用済み

回答済み
How do I extract some rows in a marix that satisfy a given condition?
Hello, clc; clear; Nodi = Read_File('nodi.txt'); load demand.mat basedemand = basedemand'; % column orientation basede...

5年以上 前 | 0

| 採用済み

回答済み
how to save a UITable in Excell along with Rows & Column Names (Appdesigner, R2020a)
Use writetable to solve your problem, there's a Name-Value pair that corresponds to your need. Here's the example: https://www.m...

5年以上 前 | 1

| 採用済み

回答済み
Extract data from text file
I am going to post this as an answer without it being one, this question has been answered few times already in the last couple ...

5年以上 前 | 1

| 採用済み

回答済み
[DISCONTINUED] MATLAB Answers Wish-list #5 (and bug reports)
Users who edit away the questions get an explicit warning not to do it again. Freeze account/remove rights to post questions/ans...

5年以上 前 | 2

回答済み
Index exceeds the number of array elements (0) in MATLAB app designer
Hello, You can try first getting rid of the index of h, even though it should work without it. area is the child of UIAxes, if...

5年以上 前 | 1

| 採用済み

回答済み
Changing Data Marker Display Information
I haven't worked with diagrams like this, I think if you use nyquist, you might get a datatip that looks like on the second pict...

5年以上 前 | 0

| 採用済み

回答済み
Plot gaplotdistance in one plot for multiple runs of genetic algorithm
Edited according to the change of testdist. More details in comments. function state = customgaplotdistance(options,state,flag)...

5年以上 前 | 0

| 採用済み

回答済み
error messages when installing matlab. How to fix this?
Here could be a solution for you https://www.mathworks.com/matlabcentral/answers/527179-why-do-i-receive-terminate-called-after-...

5年以上 前 | 0

回答済み
How does ANTENNA DESIGNER APP calculate the Dipole length?
From the documentation: Length — Dipole length 2 (default) | scalar Dipole length, specified as a scalar in meter...

5年以上 前 | 0

| 採用済み

回答済み
View content of cell array in App designer
You can use the CellSelection callback, you can get indices of the table and use it to display it in the other window. % Cell s...

5年以上 前 | 0

回答済み
How to set every Data Cursor in each column in this Figure automatically?
Edit: Answer updated (was in comments), this code is tested on R2020b and it works. OP wanted code that works with 2018b, for wh...

5年以上 前 | 1

| 採用済み

回答済み
How to display Command Window in App Designer in real time
Set a tag, or a unique name for your app in Component Browser, under UIFigure - Identifiers, and get its handle this way: %% i...

5年以上 前 | 1

回答済み
Set a table to print values in the app designer user interface.
If you are interested only in the end result, after loop block you can make a table from your data and just write app.UITable....

5年以上 前 | 0

| 採用済み

回答済み
Need help uploading an image onto app design to make a GUI
As stated, your image has to be on the MATLAB path. If you have a folder with app, and images folder within it, you should use a...

5年以上 前 | 0

回答済み
Why do my EditField / TextArea not get updated?
The save command saves your workspace into file called SelectNum, maybe without file format, I can't verify this now. You ca...

5年以上 前 | 0

| 採用済み

回答済み
Find same temperature for each days
See discussion in the comments section, groupcounts function works well with data in the table.

5年以上 前 | 0

| 採用済み

回答済み
Edit Field Number in App Designer with a Workspace Variable
Of course you can, you have plenty of ways to do it. Do you call a function/script in App Designer code or what? Set a tag, or ...

5年以上 前 | 0

回答済み
error when evaluating script
quiz2 file is not found on MATLAB path. You need to use addpath to add the folder where your quiz2 is located.

5年以上 前 | 0

| 採用済み

回答済み
Bio formats in Matlab - Bfopen - string for filename
As seen on the error, you have to provide a file path as a character array. Quotation marks denote strings, you can adjust your...

5年以上 前 | 0

回答済み
Every time I push to the remote Git repository, I have to re-input my username and password. Is there some way to avoid this by having MATLAB R2020b store this information?
I am posting this as an answer, since we'll come to it, eventually. Change your remote depository to use the SSH !git remote...

5年以上 前 | 0

さらに読み込む