how to solve the problem?

2 ビュー (過去 30 日間)
Huadong Hu
Huadong Hu 2019 年 4 月 22 日
編集済み: Huadong Hu 2019 年 4 月 22 日
function raw2jpeg(lfp_file)
cd('lfptools')
sys_command = ['./lfpsplitter ../' lfp_file]
system(sys_command,'-echo')
cd('..')
[lfp_folder, lfp_path , ~] = fileparts(lfp_file)
lfp_path = [lfp_folder '/' lfp_path]
fin = fopen(strcat(lfp_path, '_imageRef0.raw'), 'r')
meta = fopen(strcat(lfp_path, '_metadataRef0.txt'), 'r')
The below is the result.
The function or variable 'lfp_file' is not defined.
The reference of it says 'Input : file_path (file path to the .lfp file)'.

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by