Skip to content
Snippets Groups Projects
Commit 85ea29cd authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Merge branch 'dev/typos' into 'development'

Fixxing typos

See merge request !42
parents c6e40bc5 f1f20e81
No related branches found
No related tags found
2 merge requests!43Implements #73, cleans up example file,,!42Fixxing typos
Pipeline #597469 passed
function [status] = createLinkedHDF5(SourceFile,TargetPath)
%createLinkedHDF5 creates a HDF file that references the Sourcefile
% TargetPath is the storage location, ID the foldername
% Status returns true if the function was sucessfull
% Status returns true if the function was successfull
plist_id = 'H5P_DEFAULT';
......
......@@ -97,7 +97,7 @@ An overview of all published plots and the associated data will be stored in a c
Creates a copy of the files (can be used for multiple paths in a cell array). folderName is the name of the exporting folder
## createLinkedHDF ()
`[status] = createLinkedHDF5(SourceFile,TargetPath,ID)` \
createLinkedHDF5 creates a HDF file that references the Sourcefile. TargetPath is the storage location, ID the foldername, Status returns true if the function was sucessfull.
createLinkedHDF5 creates a HDF file that references the Sourcefile. TargetPath is the storage location, ID the foldername, Status returns true if the function was successfull.
## fileCompare()
`[status, id] = fileCompare(filename,fileList)` \
fileCompare checks if file1 is (binary) identical to a file in filelist, it returns a sttus and the id of the identical file. The function uses the windows system function fc or the unix function diff (not tested).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment