Community Profile

photo

Elia


Karlsruher Institut für Technologie

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


access to data in another file
the folowing callback function is created in a seperated file, how can have access to the value of the toggle button i have ...

9 years ago | 0 answers | 0

0

answers

Question


Error: indexing must appear last in an index expression.
i got the following error when i tried to run the code I wrote Error using str2func Error: ()-indexing must appear last in...

10 years ago | 1 answer | 0

1

answer

Question


concatenating matrices of a cell vertically
i have a cell(1,n)=A of matrices (, the matrices have the same number of colums , and different number of rows . i want to conca...

10 years ago | 1 answer | 0

1

answer

Question


dynamic name for matrices
i want to create a dynamic name for the matrices , that are generated through a loop . for j=1:x for i=1:y ...

10 years ago | 2 answers | 0

2

answers

Question


focus to a specified cell in a table
how can i give the focus to a specified cell in a table ?

10 years ago | 1 answer | 0

1

answer

Question


working with input argument of a function
i have table with 2 columns , the input are functions and Time intervals , in which each function must be plotted . i want t...

10 years ago | 1 answer | 0

1

answer

Question


the tag is assigned to more than one component matlab gui
i have created 2 edit boxes ,then i deleted one of them and kept the other with same Tag of the removed box . I edit the callbac...

10 years ago | 2 answers | 0

2

answers

Question


error: Index exceeds matrix dimensions
i have created an eatable with two columns , a plot button and two buttons for editing the row's number(add/delete), the Column...

10 years ago | 2 answers | 0

2

answers

Question


i can't find the mistake in the code
i created a GUI to plot multiple functions between specified limits ,their are 2 axes in the figure . i have a problem by plott...

10 years ago | 1 answer | 0

1

answer

Question


String to a mathematical expression
how can i convert a String to a mathematical expression , that i can use in a function's body ?

10 years ago | 1 answer | 0

1

answer

Question


Plotting data from table
how can i plot every column ( of a 2 columns table )as a function of time in two different axes ?

10 years ago | 2 answers | 0

2

answers

Question


accessible property for an instance
i want to give a name to the x-axes ,i wrote this command in the openingfcn set(get(axes1,'XLable'), 'String','time'); ...

10 years ago | 1 answer | 0

1

answer

Question


Editing Properties in gui-code
i want to change the lable of the axes , but i don't know where i must write x/y-lable command in the gui-code ? as a general ru...

10 years ago | 2 answers | 0

2

answers