이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
Steno3D is an online platform to bring 3D visualization and collaboration into the cloud. The MATLAB client library allows seamless integration with Steno3D and your MATLAB plotting workflow. Upload plots you have already created in MATLAB, or build new figures using custom Steno3D commands. These figures may include any combination of 3D objects and data, including volumes. Once uploaded, you can share your work with anyone over the web.
To install, download the zip file then in MATLAB:
>> cd Downloads/;
>> unzip('steno3dmat.zip');
>> cd steno3dmat;
>> installSteno3D;
Note: Steno3D requires MATLAB version R2014b or later.
At that point, login and start uploading your MATLAB figures.
>> steno3d.login;
>> peaks;
>> proj = steno3d.convert(gcf);
>> proj.upload;
Function and API documentation is available from within MATLAB:
>> help steno3d;
If you run into problems or see a new release on github, you can upgrade in MATLAB:
>> upgradeSteno3D;
If problems persist, please submit an issue at: https://github.com/3ptscience/steno3dmat/issues
To learn more about Steno3D, visit: https://steno3d.com
For documentation, visit: https://matlab.steno3d.com
Code is available on Github at: https://github.com/3ptscience/steno3dmat
인용 양식
Steno 3D (2026). Steno3D (https://kr.mathworks.com/matlabcentral/fileexchange/62598-steno3d), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.0.1.0 |
