photo

Peng Zhao


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
1 回答

ランク
97,843
of 300,343

評判
0

コントリビューション
7 質問
1 回答

回答採用率
71.43%

獲得投票数
0

ランク
 of 20,926

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,149

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
How to set GUI edit box background color to default gray?
If use [0.94 0.94 0.94], the color seems like the default gray. [0.94 0.94 0.94]

6年以上 前 | 0

| 採用済み

質問


determine all cells are non-zero within a matrix
I am trying to determine if all of the numbers in "x" is non-zero values: x = [1 1 0] % 1: if x ~= [0 0 0] disp('x is ...

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

1

回答

質問


Write/Read CSV file
I'm trying to write table into a CSV file that looks like the following: Row 1 will be kept the same, then the other rows wil...

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

2

回答

質問


How to set GUI edit box background color to default gray?
I have an edit box which I want to set to default gray ([0.941 0.941 0.941]) when it's not used. % --- Executes during object c...

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

2

回答

質問


How to pass/share data between GUIs?
I am trying to make a GUI that: 1stGUI: enter the number of tasks to run, then click "next" button to open another GUI to run t...

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

1

回答

質問


GUI setting default value to text box
I am trying to set a default to the Text box or the slider, but this is not working as the text box does not show the default va...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


Error: Attempt to reference field of non-structure array.
Hello, I am writing a small project with GUI and had this error while running the .fig file. This error does not happen when I...

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

1

回答

質問


how to use string within a line of code
I was trying to use a string as a object handle within a for loop to save space as following: function pushbutton1_Callback...

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

1

回答