How to select a specific cell in UITable?

Y
yasin gedik · Dec 5, 2023 · 2.1K views
Question
There is an input and I want to get the other values in the row where this input is equal to one of the values in the first column of the UITable.   I think l need something like:   idx = UITable.ColumnName.SerialNumber==3  
Expert Answer
Profile picture of John Michell
John Michell PhD Expert
Answered Aug 30, 2026

UITable.Data can return any of the following types: table array, numeric array, logical array, cell array, string array, or cell array of character vectors. If you run the following command you will be able to tell what type of data you are working with:

 

uit = app.UITable.Data;
class(uit)

"app.UITable" implies you are working within App Designer. Within App Designer, components/functions/properties specific to the app are called with the prefix "app.". It's just a syntax error, so if you add the prefix to you code that should allow you to interface with the UITable.

100% Run Guarantee 3-Hour Fast-Track Delivery

Need a Custom Version or Complete Simulation for This Problem?

Our 500+ PhD engineers build, debug, and optimize working MATLAB scripts and Simulink (.slx) models tailored to your exact assignment rubrics with zero plagiarism.

Tested on MATLAB R2024b / R2026a
Turnitin 0% Plagiarism Report
Free 7-Day Revisions Guarantee
Have a different question? Ask here

Get a Free Consultation or a Sample Assignment Review!