Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zephilly

    HELP how do i write data into txt file

    i want to write data into a txt file like x = 0:.1:1; A = [x; exp(x)]; fileID= fopen('exp.txt','w'); fprintf(fileID,'%6s %12s\n','x','exp(x)'); fprintf(fileID,'%6.2f %12.8f\n',A); fclose(fileID); But it always show that Error using fprintf Invalid file identifier. Use fopen to generate a...

Part and Inventory Search