已回答
uint16 dimensions work in tiledlayout but not in nexttile
Hi @T. David, The error looks like a bug. I was able to reproduce the error in MATLAB R2022a. I observed that this has bee...

4 months 前 | 0

已回答
Error using imread (line 440), PNG library failed: tEXt: chunk data is too large.
Hi @Sivasankararao, It appears as the PNG files you worked with in MATLAB R2011b contain metadata chunks such as tEXt which c...

4 months 前 | 0

已回答
perfmance: "imageDatastore" low performance when specifying multiple file names directly
Hi @cui,xingxing, I understand that reading images while specifying the image names is causing performance issues as compared...

4 months 前 | 0

| 已接受

已回答
Does the SelectionType of uifigure not have effect anymore?
Hi @Bereketab Gulai, The 'DoubleClickedFcn' callback was introduced in MATLAB version R2022b. Hence if you wish to use that p...

5 months 前 | 0

已回答
Alignment of Text in table
Hi @Victor Dalosto, Alignment of text inside 'uitable' can be done by adjusting the 'HorizontalAlignment' property of 'uistyl...

5 months 前 | 0

已回答
UITable cell edit not working as expected
Hi @Michal, I encountered this issue as well. The behaviour has been resolved from MATLAB version R2022a and onwards. Alterna...

5 months 前 | 0

已回答
How to change the width of rowname label in AppDesigner UITable
Hi @Camiel van Hoorn, There is no known workaround for adjusting the width of the rowname label. It adjusts its size based on...

5 months 前 | 0

已回答
How can I use keypress callback from a uitable in a uifigure?
Hi @Richard Gorzel, The row of the 'uitable' not deleting when 'KeyPressFcn' callback is added to the 'uifigure' and the 'uit...

5 months 前 | 0

已回答
In uitable, input data direct display
Hi @dmfwlansejr, The following MATLAB Answer can be referred to understand how to add data and make the 'uitable' editable: h...

5 months 前 | 0

已回答
I want the data above the specified threshold to be colored in the table (in app designer)
Hi @Amir Azadeh Ranjbar, The functionality regarding adding a background colour to those cells of 'uitable' in App Designer w...

5 months 前 | 0

已回答
Change cell (uitable) properties individually and permanently after click
Hi @Constantin Vlad Mihai, I understand that you wish to change the 'ForegroundColor' of the particular cell of the 'uitable'...

5 months 前 | 0

已回答
In an appdesigner app how can I add data to a uitable cell by selecting the cell with a single click, not a double click?
Hi @Andrrew Watson, I am able to reproduce the issue of 'uitable' requiring the cell to be clicked atleast twice (one click p...

5 months 前 | 0

已回答
Problem within App Designer when selecting Label and UITable (Multiple Selection)
Hi @Alexander Fenichiu, I was able to reproduce this issue in MATLAB version R2024a. I tried but could not find any workaroun...

5 months 前 | 0

已回答
IB historical data error
Hi @Gabriel Hara, I understand that you receive the error message related to 'No historical data query found for ticker id:14...

5 months 前 | 0

已回答
How can drop-down menus inside a uitable be opened with just a single mouseclick?
Hi @Stefan Holleyn, I understand that while trying to use dropdowns inside a UITable, the dropdown opens after clicking on th...

5 months 前 | 1

已回答
Webapp compatible with database odbc?
Hi @Alberto Fuentes, The error shared in the question can occur if the data source is not configured correctly using the ODBC...

5 months 前 | 0

已回答
Using ImageJ as a plugin for mass image analysis
Hi @Jamie J Holmstrom, I understand that you wish to apply color threshold to your image and are not able to "Apply" it while...

5 months 前 | 0

已回答
data synchronization between two control blocks in simulink
Hi @Gary, The following points can be considered to resolve the questions mentioned: Since the control block runs at 20kHz...

5 months 前 | 0

已回答
How to do reshape in a NN?
Hi @Ma Yuelin, There are multiple ways to approach the issue in MATLAB. The following can be considered: 'Deep Network Des...

5 months 前 | 0

已回答
I click "Open" button ,but there is no response,why ?
Hi @Mi Li, As I understand, you are trying to evaluate a 'polynomial' variable in a MATLAB Function block in your Simulink mo...

6 months 前 | 0

已回答
I want to display the changes of the curves in the Simulink model in real-time in the APP designer.
Hi @警泽, As I understand you wish to demonstrate the output of your Simulink model in App Designer in real-time. You can consi...

6 months 前 | 0

已回答
MinLength in the sequenceInputLayer and SignalLength in cwtLayer
Hi @Ahmed, As per my understanding, you wish to know viable ranges of 'MinLength' and 'SignalLength' properties which are req...

6 months 前 | 0

已回答
Hi. I'm a student and currently working on the MATLAB app designer and would like to know how to correctly use the checkbox in order to show the graph if I tick the box
Hi @義典 鈴木, The code shared reflects applying a switch statement to check if the checkbox is in the checked state or not. Howe...

6 months 前 | 0

已回答
how to use a variable defined in a tab in the other tabs (Tab Group Appdesigner) ?
Hi @ahmad ammar, As per my understanding in MATLAB App Designer if you are trying to set a variable that you wish to be avail...

6 months 前 | 0

已回答
In continuation to below linked problem. I want to display multiple display box to app designer . any solution?
Hi @Jesica N, The mentioned MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/446302-how-do-i-update-a-gui-desi...

6 months 前 | 0

已回答
How to modify a cutom UI component
Hi @Maura Monville, As I understand from the given 'mlapp' file, you are trying to set a 'GridLayout' in your app where the '...

6 months 前 | 0

已回答
Change code to grab a single file
Hi @Tyler, As I understand the current code combines the files from the selected folder which is not desired according to the...

6 months 前 | 0

已回答
How do i pass data between Matlab and Simulink while Simulink is running ?
Hi @A. Mah., In order to pass data from Simulink to a MATLAB based Neural Network and then pass the outcome back to Simulink,...

6 months 前 | 0

已回答
loading a large trained classifier into the work space
Hi @Amelia, In order to diagnose this issue, consider following the given steps: Ensure that your 'mat' file is not corrupte...

6 months 前 | 0

已回答
Alexnet Re-train
Hi @Eduardo Atilano Alba, In order to avoid re-training your model again and again, consider saving it in the form of a 'mat'...

6 months 前 | 1

加载更多