-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes unneeded compile folders, removes output class, and add full …
…compile code only generation (#164)
- Loading branch information
1 parent
45c5486
commit 9da2745
Showing
51 changed files
with
62 additions
and
5,128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
function sendTextOutput(text) | ||
function sendTextOutput(outText) | ||
|
||
persistent ratOut | ||
% This is an overloaded version of 'sendTextOutput' for the compile. | ||
% The 'real' one is the output class. We will think of a better solution | ||
% later on. | ||
% if isnumeric(outText) | ||
% outText = sprintf('%g',outText); | ||
% end | ||
|
||
if isempty(ratOut) | ||
ratOut = getappdata(0,'ratOut'); | ||
outputClass = ratOut{1}; | ||
end | ||
fprintf('%s \n',outText); | ||
|
||
try | ||
outputClass.customEventData.textUpdate = text; | ||
outputClass.triggerEvent; | ||
catch | ||
disp(text); | ||
end |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.