slumberk
Followers: 0 Following: 0
I am a final year student.. Bachelor in Electrical Engineering(Power). I want to learn more about programming (^_^)v
Statistics
RANK
22,796
of 295,569
REPUTATION
1
CONTRIBUTIONS
16 Questions
13 Answers
ANSWER ACCEPTANCE
75.0%
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
Question
Ground Control System
Hye All, i have been assigned to developed a ground control system software for UAV by using MATLAB GUI. My question is, how ...
13 years ago | 0 answers | 0
0
answersQuestion
Please help me creating help button please!!
Hye guys.. I need help here. How can i make a help pushbuttons for my figure. For example, when i push help button, then it will...
13 years ago | 2 answers | 0
2
answersQuestion
Please help me on this problem!! I need help with uitable!!!
Hye guyz. Hope you guyz can help me on this. I have two figures of table. One table is call H and another one call C. Both tabl...
13 years ago | 1 answer | 0
1
answerQuestion
How to cancel the save program?
Hye guyz. I need some help here. I have this coding: fileName = inputdlg('Please enter the name for your figures'); ...
13 years ago | 3 answers | 0
3
answersQuestion
How to create a popup mesage initially before program running?
Hye all. I have a gui program. My question is how can i make my program started with user insert his name first. For example:...
13 years ago | 2 answers | 0
2
answersQuestion
how to convert my gui program into exe file?
Hye all.. i am just asking.. if there any possibilities to convert my gui program into .exe file?? How to do it?
14 years ago | 2 answers | 0
2
answersQuestion
How the user can save his result(gui) in a folder that he wanted??
Hye guyz. You all here realy help me with matlab since i am a beginner. Now i know a little bit about gui in matlab. I have a qu...
14 years ago | 2 answers | 0
2
answersQuestion
How do I save and restore the state data in a GUI?
Can a GUI save my data? If it can, how can I make pushbuttons to do this? One button to save the data and another button to cl...
14 years ago | 3 answers | 0
3
answersHow to display an error message in GUI?
@matt: i dont realy get what you are asking. So i just paste the code that from pushbuttons callback: data1 = get(handles...
14 years ago | 0
How to display an error message in GUI?
@walter and paulo: I did this coding on Mytable1_CellEditCallback. It still have error. Is this code true?? Mytable1=get...
14 years ago | 0
Question
How to display an error message in GUI?
I have a figure of table. The user will insert a data into the table. If the user suddenly inserts the wrong data, the table wil...
14 years ago | 3 answers | 0
3
answersProblem with conditional code and missing data
@matt: this code does not have a problem.. no problem at all.. but there is an error when initially run the prog.. It says this ...
14 years ago | 0
Problem with conditional code and missing data
sory guyz.. now only i can solve it.. this is the code: if isempty(limit) %Coding for lambda ...
14 years ago | 0
Problem with conditional code and missing data
I have tried the code. This is my code: if ~isempty(limit) %Coding for lambda l...
14 years ago | 0
Question
Problem with conditional code and missing data
Can this be used? if (size(cost,1) == 2 && size(limit,1) == 2) Because I want to take the data from cost table and limit ta...
14 years ago | 5 answers | 0
5
answersHow to display values with formatting, converting numbers to strings.
@paulo and @matt: THX A LOT GUYZ!!! YOU BOTH REALY HELP ME HERE
14 years ago | 0
How to display values with formatting, converting numbers to strings.
@paulo: well i edit the code be like this: A = (4*Pdt*cost(1,3)*cost(2,3)) + 2*(cost(1,2)*cost(2,3))+(cost(1,3)*cost(...
14 years ago | 0
How to display values with formatting, converting numbers to strings.
@paulo : there was an error at this code. This is my code that i paste from your coding: A = (4*Pdt*cost(1,3)*cost(2,3...
14 years ago | 0
How to display values with formatting, converting numbers to strings.
@paulo: I have tried your coding but it seems there is an error like this : Warning: Single line Edit Controls can not have m...
14 years ago | 0
How to display values with formatting, converting numbers to strings.
@paulo silva can you show the full coding please? @matt sorry if my question hardly to understand. Can you show me the codi...
14 years ago | 0
Question
How to display values with formatting, converting numbers to strings.
if size(cost,1) == 2 A = (4*Pdt*cost(1,3)*cost(2,3)) + 2*(cost(1,2)*cost(2,3))+(cost(1,3)*cost(2,2)); B = 2*(cost(...
14 years ago | 9 answers | 0
9
answersProblem with matrix manipulation
@rob what is the meaning of size(cost,1) == 3?? Does it have 3 row n column?? @walter thx for the info =)
14 years ago | 0
Question
Problem with matrix manipulation
Assume user input data as below. I define my matrix is cost. The matrix i created is 3 by 3 matrix. So the matrix should form li...
14 years ago | 3 answers | 0
3
answersQuestion
Help me with tables and popup menu!!
I have a popup menu and a table. Popup menu is to select a generator that will be used by the user. For example if the user want...
14 years ago | 1 answer | 0
1
answerQuestion
How do I edit or delete the data in a uitable?
I have a figure with a uitable. I have 4 row and 3 columns. When I go to the property inspector, I can't delete row number 4. ...
14 years ago | 2 answers | 0
2
answersi need assistant making uitable
thx walter. I guess i have to show you the code. Do give some comments. These are my button callback: function add_pushbut...
14 years ago | 0
| accepted
Question
i need assistant making uitable
Guyz.. I need assistant about making GUI in matlab.. I wan to make 2 tables n 1 pushbutton. My prob is i cannot callback the dat...
14 years ago | 3 answers | 0
3
answersQuestion
how to program the uitable so that it can be string to the pushbutton?
Hye guyz.. I'm quite new with matlab GUI.. Can anyone help me with these 2 questions?? 1. Im trying to build a matrix f...
14 years ago | 1 answer | 0