open .seq files
7 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Aditya
on 22 Nov 2023
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 Comments
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!