MATLAB read a bunch of filenames into a text inside the Windows version

Source: Internet
Author: User

A little pit:

Under Windows, this is written, and when you print it, you print it as a string.

Path= strcat ('/home/wang/desktop/trainset/num0/', file (i). Name, ' \ n ');

Well, this is successful under Windows, note fid=fopen ([save_file_name, ' result2.txt '], ' a ');:

File=dir ('C:\Users\cong\Desktop\ Research a real combat \ Project \ Image time digital recognition \dataset_time_regconition\trainset\num0\ ');Save_file_name='C:\Users\cong\Desktop\ '; forI=3: Length (file) path= Strcat ('C:\Users\cong\Desktop\ Research a real combat \ Project \ Image time digital recognition \dataset_time_regconition\trainset\num0\ ', file (i). name);%save ('/home/wang/desktop/trainsetimage_name'); %save Result6.txt-ASCII path FID=fopen ([Save_file_name,'Result2.txt'],'a'); fprintf (FID,'%s\n', path); end

MATLAB read a bunch of filenames into a text inside the Windows version

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.