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
|
2022-10-18 11:03:01 +02:00
|
|
|
- returning output variable
|
2022-03-22 17:06:32 +01:00
|
|
|
|
|
|
|
Contents of the repository:
|
|
|
|
- [appDefinition.json](appDefinition.json) - application definition descriptor
|
2022-10-18 11:03:01 +02:00
|
|
|
- [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
|