How do I solve 'The filename specified was not found in the MATLAB path.' error?

20 ビュー (過去 30 日間)
Ryan Sumida
Ryan Sumida 2023 年 1 月 6 日
回答済み: Sulaymon Eshkabilov 2023 年 1 月 6 日
Hello! amateur matlab user. Would love any help on how to debug this issue im having. The purpose of this is to shorten videos into 8 second clips at the specified time stamps

回答 (1 件)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023 年 1 月 6 日
There are a few issues as shown in your provided screenshot (that would've been great if you had posted your code here).
% (1) Change:
% Change 1
vidList = {'File1.mp4', 'File2.mp4', 'File 123.mp4'};
% Change 2
addpath('C\user\Ryan\......')
for ii = 1:numel(vidList)
% Change 3
v = VideoReader(vidList{ii});
...
end

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by