MatlabSampleApp2/README.md

12 lines
429 B
Markdown
Raw Normal View History

2022-03-17 11:20:48 +01:00
# SampleApp1
2022-03-22 17:06:32 +01:00
This application shows:
- basic usage of input files
- basic usage of input parameters
- returning output variable
2022-03-22 17:06:32 +01:00
Contents of the repository:
- [appDefinition.json](appDefinition.json) - application definition descriptor
- [sampleApp.m](sampleApp.m) - executable script containing the application code
2022-03-22 17:06:32 +01:00
Check the https://docs.cyfronet.pl/display/ISDOC/Examples documentation to learn how to use this example