Community Profile

PN


Active since 2011

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


how to change the value of a gui object using an external function (i.e without using the m file associated with the gui)?
Hello there, The question is quite self-explanatory so i'll just add an example to make it clearer: function [csnames] =...

11 years ago | 1 answer | 0

1

answer

Answered
waitbar + surf functions. are they incompatible?
by the way, in the previous code, the matlab returns the following error: Error using ==> uiwaitbar at 101 Couldn't ...

13 years ago | 0

Question


waitbar + surf functions. are they incompatible?
[EDIT: 20110621 14:54 CDT - reformat - WDR] When trying to establish a waitbar for a double-cycle I am using, I have found out ...

13 years ago | 3 answers | 0

3

answers

Answered
uitable - get data from numeric and logical cells altogether
I have used the guide to assemble the uitable and set a couple of columns as numeric, and several other as logical. However, I l...

13 years ago | 0

Question


uitable - get data from numeric and logical cells altogether
Suppose I have a uitable containing a column with numerical values and several other columns containing a logical value (i.e. a ...

13 years ago | 2 answers | 1

2

answers

Question


How can I edit cells with string values in a UITABLE?
I am trying to be able to edit a uitable, by means of using CellEditCallBack. However, even though I pretty much got the hang of...

13 years ago | 1 answer | 1

1

answer

Question


clearing an instance of a structure variable
hello! I was wondering whether it is possible to clear an instance on a structure variable, as in the following example. ...

13 years ago | 2 answers | 1

2

answers

Answered
Deleting rows from a uitable
Ok I now understand that I can't select an entire row. Let us suppose then that I want to select a given cell, and from that obt...

13 years ago | 0

Question


Deleting rows from a uitable
My question appears to be rather simple, but I haven't been able to come across a solution yet. Suppose we have a pushbutton tha...

13 years ago | 3 answers | 0

3

answers