Update basic_usage.md

This commit is contained in:
jianzhe0726
2022-08-03 12:15:49 -04:00
committed by GitHub
parent c211c654c8
commit f509be67d2

View File

@@ -47,7 +47,7 @@ To perform power flow analysis, call the `runPowerSAS` function as follows:
```Matlab ```Matlab
res=runPowerSAS('pf',data,options) res=runPowerSAS('pf',data,options)
``` ```
where the argument `data` can either be a string of file name or a `SysData` struct. When `data` is a string, the where the argument `data` can either be a string of file name or a `SysData` struct.
Below are some examples: Below are some examples: