open .seq files
조회 수: 11 (최근 30일)
이전 댓글 표시
Then I tried to open .seq file on Matlab and I got below screenshot.
Is it possibly because Piotr Toolbox was not installed in Matlab? Sorry I am a beginner so I am lost.
Please advise me. thanks!

댓글 수: 0
답변 (1개)
Aditya
2023년 11월 22일
Hi HYZ,
I understand that you want to open a .seq file. For handling .seq files, please refer to the videos section of the documentation of Piotr toolbox, which you can find here: https://pdollar.github.io/toolbox/
The documentation provides details about the available functions, which you can utilize according to your needs.
To verify whether Piotr's Toolbox is installed, you can run the following command in MATLAB, or any other command from the toolbox:
>> ccc
If this command throws an error, it suggests that the toolbox is either not installed or its path has not been added to MATLAB.
Additionally, you might find the following MATLAB Answer relevant to your situation helpful:
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!