Question


Is it possible to declare and function within another function? if not, Look at the code below
% --- Executes on button press in Browse1. function Browse1_Callback(hObject, eventdata, handles) ExPath1 = full...

11 years ago | 2 answers | 0

2

answers

Question


How can I make the browse pushbutton on my GUI in Matlab functional?
Code: FileName = 'kWilliams.txt'; FileName;FilePath = uigetfile(); ExPath = [FilePath FileName]; Currently...

11 years ago | 2 answers | 0

2

answers

Question


Is it possible to run a matlab program on a computer that does not have matlab installed on it? If so, How can I do it?
I need to write an application for system integration engineers (SIE) to use and before I write the program on matlab I wanted t...

11 years ago | 1 answer | 0

1

answer