IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
ircode_edit.m
Go to the documentation of this file.
1 %> @ingroup globals codegen
2 %>@file
3 %>@brief Opens the running "irr_macro_<nnnn>" in MATLAB editor
4 function ircode_edit()
6 global IRCODE;
7 edit(IRCODE.filename);
8 
function ircode_edit()
function ircode_assert()