Community Profile

photo

slumberk


自 2011 起处于活动状态

I am a final year student.. Bachelor in Electrical Engineering(Power). I want to learn more about programming (^_^)v

统计数据

  • First Review
  • Thankful Level 3

查看徽章

Content Feed

排序方式:

提问


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 ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 3 个回答 | 0

3

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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?

13 years 前 | 2 个回答 | 0

2

个回答

提问


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...

13 years 前 | 2 个回答 | 0

2

个回答

提问


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...

13 years 前 | 3 个回答 | 0

3

个回答

已回答
How 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...

13 years 前 | 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...

13 years 前 | 0

提问


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...

13 years 前 | 3 个回答 | 0

3

个回答

已回答
Problem 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 ...

13 years 前 | 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 ...

13 years 前 | 0

已回答
Problem with conditional code and missing data
I have tried the code. This is my code: if ~isempty(limit) %Coding for lambda l...

13 years 前 | 0

提问


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...

13 years 前 | 5 个回答 | 0

5

个回答

已回答
How to display values with formatting, converting numbers to strings.
@paulo and @matt: THX A LOT GUYZ!!! YOU BOTH REALY HELP ME HERE

13 years 前 | 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(...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 0

提问


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(...

13 years 前 | 9 个回答 | 0

9

个回答

已回答
How do I edit or delete the data in a uitable?
@vieniava thx a lot =)

13 years 前 | 0

已回答
Problem 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 =)

13 years 前 | 0

提问


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...

13 years 前 | 3 个回答 | 0

3

个回答

提问


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...

13 years 前 | 1 个回答 | 0

1

个回答

提问


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. ...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
i 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...

13 years 前 | 0

| 已接受

提问


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...

13 years 前 | 3 个回答 | 0

3

个回答

提问


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...

13 years 前 | 1 个回答 | 0

1

个回答