統計
MATLAB Answers
13 質問
0 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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 ...
約10年 前 | 0 件の回答 | 0
0
回答質問
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...
11年弱 前 | 1 件の回答 | 0
1
回答質問
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...
11年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
11年弱 前 | 2 件の回答 | 0
2
回答質問
focus to a specified cell in a table
how can i give the focus to a specified cell in a table ?
11年弱 前 | 1 件の回答 | 0
1
回答質問
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...
11年弱 前 | 1 件の回答 | 0
1
回答質問
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...
11年弱 前 | 2 件の回答 | 0
2
回答質問
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...
11年弱 前 | 2 件の回答 | 0
2
回答質問
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...
11年弱 前 | 1 件の回答 | 0
1
回答質問
String to a mathematical expression
how can i convert a String to a mathematical expression , that i can use in a function's body ?
11年弱 前 | 1 件の回答 | 0
1
回答質問
Plotting data from table
how can i plot every column ( of a 2 columns table )as a function of time in two different axes ?
11年弱 前 | 2 件の回答 | 0
2
回答質問
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'); ...
11年弱 前 | 1 件の回答 | 0
1
回答質問
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...
11年弱 前 | 2 件の回答 | 0