Search
 
SCRIPT & CODE EXAMPLE
 

MATLAB

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, ...');
Comment

PREVIOUS NEXT
Code Example
Matlab :: matlab string to int 
Matlab :: matlab parameter in title 
Matlab :: find duplicates in matlab arrauy 
Matlab :: log base 10 matlab 
Matlab :: count even and odd numbers in matlab 
Matlab :: log matlab 
Matlab :: how to run a p code matlab 
Matlab :: alternative from two vectors matlab 
Matlab :: octave return dimensions 
Basic :: basic latex document 
Basic :: visual basic get mouse position 
Basic :: using amazon s3 to store your django sites static and media files 
Basic :: do you like messi in korean 
Elixir :: elixir reverse list 
Elixir :: phoenix ecto preload 
Elixir :: elixir pipeline 
Scala :: scalable meaning 
Scala :: scala isinstanceof 
Actionscript :: repl in pyscript 
Excel :: excel highlight rows where column matches text 
Perl :: perl post condition 
Perl :: comments in perl 
Pascal :: for loop pascal 
Powershell :: To Show wifi profiles stored on a windows computer 
Clojure :: algorithm to reverse a string clojure 
Assembly :: json vulnerabilities 
Assembly :: visual studio change assembly name 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: jquery add input placeholder 
Javascript :: p5.js cdn 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =