help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: App won't start


From: Nicholas Jankowski
Subject: Re: App won't start
Date: Fri, 26 Jul 2019 17:06:44 -0400


Sorry for the late response, I ended up figuring that issue out. However, I'm now having problems with the "fopen" function. I'm trying to create an LAS file and write to it, but I can't because I get an invalid file ID every time I try to create the LAS file in question. How can I properly create a file for writing in octave?


Please remember to 'reply all' to keep the help list cc'd on the replies. Please provide more detail about exactly what you're doing.  what commands are you using? what is the exact error message? what operating system and version of octave are you using?  when I create a file using fopen, 

FID = fopen("filename");

is usually enough. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]