Azzera filtri
Azzera filtri

Creating non editable uitable

4 visualizzazioni (ultimi 30 giorni)
Subhiksha
Subhiksha il 24 Set 2013
Hello,
Is there any way to disable the editable property in uitable. I am using matlab 7.0.1 (R14).
Thanks in advance.

Risposta accettata

Jan
Jan il 24 Set 2013
You can check, which properties are available in your version:
h = uitable
get(h)

Più risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 24 Set 2013
Modificato: Azzi Abdelmalek il 24 Set 2013
h = uitable('Data',data, 'ColumnEditable',false)
If you are using a guide
set(handles.uitable1, 'ColumnEditable',false)
  2 Commenti
Jan
Jan il 24 Set 2013
[MOVED from answer section] Samyuktha wrote:
I already tried it and got the following error:
Error using ==> uitable Unrecognized parameter: ColumnEditable
I guess Matlab 7.0.1 (R14) doesn't have this property...this version doesn't even have the 'Data' as a property.
Jan
Jan il 24 Set 2013
@Samyuktha: Please post comments in the comment section. Thanks.

Accedi per commentare.

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by