Peng Zhao
Followers: 0 Following: 0
Statistics
RANK
95.660
of 295.569
REPUTATION
0
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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]
meer dan 5 jaar ago | 0
| accepted
Question
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 ...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 7 jaar ago | 1 answer | 0