GetSelectedDataFromTable
Version 1.0.0 (1.65 KB) by
Gil Levi
function [data,cell_indexes] = GetSelectedDataFromTable(tbl_name,[hfig])
function [data,cell_indexes] = GetSelectedDataFromTable(tbl_name,varargin)
% [data,cell_indexes] = GetSelectedDataFromTable(tbl_name(char/handle_uitable),[hfig])
% Syntax: GetSelectedDataFromTable(tbl_tag_name(char),hfig)
% GetSelectedDataFromTable(tbl_handle(handle_uitable))
% Returns: data - cell column of selected results as chars
% cell_indexes - index of the selected data in the table (1 based not 0 based)
%
Cite As
Gil Levi (2026). GetSelectedDataFromTable (https://in.mathworks.com/matlabcentral/fileexchange/70325-getselecteddatafromtable), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2018b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Language Fundamentals > Data Types > Tables >
Find more on Tables in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
