![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2727860_1522090934584_DEF.jpg)
slumberk
Followers: 0 Following: 0
I am a final year student.. Bachelor in Electrical Engineering(Power). I want to learn more about programming (^_^)v
Statistik
RANG
22.796
of 297.016
REPUTATION
1
BEITRÄGE
16 Fragen
13 Antworten
ANTWORTZUSTIMMUNG
75.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
etwa 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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'); ...
fast 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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:...
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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?
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 14 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 14 Jahre vor | 3 Antworten | 0
3
AntwortenHow 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...
fast 14 Jahre vor | 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...
fast 14 Jahre vor | 0
Frage
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...
etwa 14 Jahre vor | 3 Antworten | 0
3
AntwortenProblem 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 ...
etwa 14 Jahre vor | 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 ...
etwa 14 Jahre vor | 0
Problem with conditional code and missing data
I have tried the code. This is my code: if ~isempty(limit) %Coding for lambda l...
etwa 14 Jahre vor | 0
Frage
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...
etwa 14 Jahre vor | 5 Antworten | 0
5
AntwortenHow to display values with formatting, converting numbers to strings.
@paulo and @matt: THX A LOT GUYZ!!! YOU BOTH REALY HELP ME HERE
etwa 14 Jahre vor | 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(...
etwa 14 Jahre vor | 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...
etwa 14 Jahre vor | 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...
etwa 14 Jahre vor | 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...
etwa 14 Jahre vor | 0
Frage
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(...
etwa 14 Jahre vor | 9 Antworten | 0
9
AntwortenHow do I edit or delete the data in a uitable?
@vieniava thx a lot =)
etwa 14 Jahre vor | 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 =)
etwa 14 Jahre vor | 0
Frage
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...
etwa 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 14 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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. ...
etwa 14 Jahre vor | 2 Antworten | 0
2
Antworteni 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...
etwa 14 Jahre vor | 0
| akzeptiert
Frage
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...
etwa 14 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
etwa 14 Jahre vor | 1 Antwort | 0