R = fullpath(path)
| Parameter | Description |
|---|---|
| path | a string or cell of string: filename to normalize. |
| Parameter | Description |
|---|---|
| R | a string or cell of string: canonical paths. |
fullpath(path) returns full path from a relative path.
fullpath([nelsonroot(), '/../toto'])
| Version | Description |
|---|---|
| 1.0.0 | initial version |