![]() |
Microscopy Image Browser 2.91
MIB
|
Save MATLAB Table (T) to CSV file (fn) with a header standard MATLAB writetable function does not support generation of headers, this function allows to produce CSV file with header generated from table Properties. More...
Functions | |
| function | mibSaveTableToHeaderCSV (fn, T) |
| Save MATLAB Table (T) to CSV file (fn) with a header standard MATLAB writetable function does not support generation of headers, this function allows to produce CSV file with header generated from table Properties. | |
Save MATLAB Table (T) to CSV file (fn) with a header standard MATLAB writetable function does not support generation of headers, this function allows to produce CSV file with header generated from table Properties.
| function mibSaveTableToHeaderCSV | ( | fn, | |
| T ) |
Save MATLAB Table (T) to CSV file (fn) with a header standard MATLAB writetable function does not support generation of headers, this function allows to produce CSV file with header generated from table Properties.
| fn | full path to the destination filename |
| T | MATLAB table, the the following examples for details of usage |
Examples:
see more examples in MCcalc2 plugin Updates