slumberk
Followers: 0 Following: 0
I am a final year student.. Bachelor in Electrical Engineering(Power). I want to learn more about programming (^_^)v
Statistiques
RANG
22 796
of 295 673
RÉPUTATION
1
CONTRIBUTIONS
16 Questions
13 Réponses
ACCEPTATION DE VOS RÉPONSES
75.0%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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 ...
presque 13 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 13 ans il y a | 1 réponse | 0
1
réponseQuestion
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'); ...
plus de 13 ans il y a | 3 réponses | 0
3
réponsesQuestion
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:...
presque 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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?
presque 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 14 ans il y a | 3 réponses | 0
3
réponsesHow 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...
presque 14 ans il y a | 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...
presque 14 ans il y a | 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...
presque 14 ans il y a | 3 réponses | 0
3
réponsesProblem 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 ...
presque 14 ans il y a | 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 ...
presque 14 ans il y a | 0
Problem with conditional code and missing data
I have tried the code. This is my code: if ~isempty(limit) %Coding for lambda l...
presque 14 ans il y a | 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...
presque 14 ans il y a | 5 réponses | 0
5
réponsesHow to display values with formatting, converting numbers to strings.
@paulo and @matt: THX A LOT GUYZ!!! YOU BOTH REALY HELP ME HERE
presque 14 ans il y a | 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(...
presque 14 ans il y a | 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...
presque 14 ans il y a | 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...
presque 14 ans il y a | 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...
presque 14 ans il y a | 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(...
presque 14 ans il y a | 9 réponses | 0
9
réponsesHow do I edit or delete the data in a uitable?
@vieniava thx a lot =)
presque 14 ans il y a | 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 =)
presque 14 ans il y a | 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...
presque 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 14 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
presque 14 ans il y a | 2 réponses | 0
2
réponsesi 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...
presque 14 ans il y a | 0
| A accepté
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...
presque 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
presque 14 ans il y a | 1 réponse | 0