saving . . . saved purpose of mopen and mclose has been deleted. purpose of mopen and mclose has been hidden .
purpose of mopen and mclose
Title
Question
sir, i cant understand what is the purpose of mopen() and mclose() function, because we can read the file content with read() function.
help me to find this.

Scilab File-handling 05-06 min 30-40 sec 04-05-19, 3:40 p.m. praneethk

Answers:

You have to open the file to read it and have to close it properly by using these functions.
04-05-19, 3:43 p.m. manasdas17


i am trying to understand differences in mopen() function in different modes, like 'r' ,'rt' and some of from tutorial. can you help me to understand these properly.
04-05-19, 3:57 p.m. praneethk


Log-in to answer to this question.