統計
MATLAB Answers
7 質問
0 回答
ランク
of 170,890
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Matlab modify inputdlg buttons
I am writing a program using inputdlg function, and inputdlg came with a dialog box with an 'OK' and 'cancle' button. And I do n...
9年弱 前 | 1 件の回答 | 0
1
回答質問
matlab uicontrol using figure
So I have this code written, works completely but I just want to know are there's anyway to implement it so it's shorter, like u...
9年弱 前 | 2 件の回答 | 0
2
回答質問
matlab GUI/UICONTROL display text and numeric data in figure
I want to create a figure named 'Data' and have it display numeric data and text in it like below. also I want a quit button on ...
9年弱 前 | 1 件の回答 | 0
1
回答質問
help with sort function
I am writing my own sorting function, I've gotten the minimum value for the array and set that to the other array, and I couldn'...
9年弱 前 | 2 件の回答 | 0
2
回答質問
matlab indexing and swapping
x = [6 5 3 5 9 10 438 4 1 4 7 0 4 8 4 2]; len = length(x); minval = x(1); for n = 1:len for i = 1:len if x(i...
9年弱 前 | 1 件の回答 | 0
1
回答質問
self made sorting numbers function
I am trying to write my own sort function.. it gave me an error idk how to fix. for j = 1:length(x) for i = 1:length...
9年弱 前 | 1 件の回答 | 0
1
回答質問
exist function check file
I am trying to use checkfile = exist(inputdlg('Enter the name of the file you wish to analyze input with document type','Fil...
9年弱 前 | 1 件の回答 | 0
