Title: Project progress (FYP 2)
Objective: Result
Content: Week 2, it still in progress. Searching the simple coding for the GUI. there has many example about the GUI which is the application that are always use. example:
fig=b // means when run the program, this coding will transfer the figure a to figure b
When I want to go to another pages or figure, I apply this coding at Matlab editor. This project needs me to calculate the certain information. The calculation will be based of electrical system in building syllabus. There has complete calculation how to get the cable size. Example:
voltage = str2double(get(handles.edit11, 'String'));
loadw = str2double(get(handles.edit10, 'String'));
IB = loadw/voltage;// calculation to get the IB (current design)
str = num2str(IB);
set(handles.edit6,'String', str);
loadw = str2double(get(handles.edit10, 'String'));
IB = loadw/voltage;// calculation to get the IB (current design)
str = num2str(IB);
set(handles.edit6,'String', str);
No comments:
Post a Comment