Horje
save mat file script in matlab directory Code Example
save mat file script in matlab directory
%get the directory of your input files:
pathname = fileparts('/input/file');
%use that when you save
matfile = fullfile(pathname, 'output.mat');
figfile = fullfile(pathname, 'output.fig');
save(matfile, ...');
saveas(figfile, ...');




25

Related
matlab unix time to datetime Code Example matlab unix time to datetime Code Example
matlab class modify properties in function Code Example matlab class modify properties in function Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10