photo

Yuli Hartini


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
239,961
of 300,829

評判
0

コントリビューション
10 質問
0 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Closest number problem in m-file
I need more help.. I have script looks like this A = [2 5 9 15]; f = input('Enter input : '); [val, idx]=sort(abs(f-...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


remove error message in command window
How to remove error message in command window matlab if we don't want the message to appear? Is this possible? note: I'm u...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Set numbers behind the comma in text edit view on gui matlab?
Im trying to display some output value from my calculations to an edit text box in my GUI window. I want to set 4 numbers behi...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How to call the text edit value on a gui to run in another gui?
I have two GUI, just say it loks like calculator.. The first GUI's use to input the number and the second GUI showing the answe...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


unchecked checkbox when another checkbox was checking
I have four checkbox using GUI, and I want to force a checkbox to be unchecked based on checking another checkbox. So, when the ...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


How to get only one checkbox that can be checked
I use some checkbox in gui (checkbox A, B, C). How to get only one checkbox that can be checked. If I check the checkbox B, then...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


How to find the second closest number?
I have a matrix looks like this: A = [1990;1993;1998;2001;2004 ] And I would like to find the closest value to f=1999 (in...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to finding the second closest number in matrix?
I have a matrix looks like this: A = [1990;1993;1998;2001;2004 ] and I would like to find the closest value to f=1999 (in...

約9年 前 | 1 件の回答 | 0

1

回答

質問


How to add row values in matrix using a loop?
I have matrix A A = [ 1 1 2 0.1; 2 2 3 0.02; 3 3 4 0.05; 4 4 5 0.3; 5 2 6 0.5; 6 2 7...

約9年 前 | 0 件の回答 | 0

0

回答

質問


How do I create a matrix such as a matrix L of the data matrix M as shown below..?
I have matrix M below M = [1 2 0.2 2 3 0.4 3 4 0.22 4 5 0.1 5 6 0.5] How do I create a matrix such as a matr...

約9年 前 | 1 件の回答 | 0

1

回答