Dear All,

Hello, I’m Taka in Kagoshima university.
I have a question about saving process of the mdl file. When I save a
mdl file through the top menu on the model window (File > Save), does
the Simulink record some information even if I did not make any change
in the mdl file?

e.g.,
-----------------------------------------
$ ls
tut3.mdl
$ ls -l
-rw-rw-r-- 1 taka taka 8878284  April 25 09:11 tut3.mdl
$ cp tut3.mdl tut3a.mdl
$ ls -l
-rw-rw-r-- 1 taka taka 8878284  April 25 09:11 tut3.mdl
-rw-rw-r-- 1 taka taka 8878284  April 25 09:11 tut3a.mdl
$ diff tut3.mdl tut3a.mdl
$

##### Here, I open, save and close the “tut3a.mdl” file in the
Simulink. #####

$ ls -l
-rw-rw-r-- 1 taka taka 8878284  April 25 09:11 tut3.mdl
-rw-rw-r-- 1 taka taka 8878291  April 25 09:11 tut3a.mdl
$ diff tut3.mdl tut3a.mdl
~(a lot of changes can be seen)~
-----------------------------------------

When I complied the “tut3.mdl” by using “casper_xps”, I needed about 80
minutes in my system. But after the compiling of the “tut3.mdl”, the
compiling of the “tut3a.mdl” finished for about 15 minutes. So I thought
that the “tut3a.mdl” file inherited some information from the parent
file of “tut3.mdl”. Or is there problem in my compiling system?

Regards,
taka

-- 
  Takahiro NAOI, Ph.D.; n...@sci.kagoshima-u.ac.jp
Graduate School of Science and Engineering, Kagoshima Univ.
Address: 1-21-35 Korimoto, Kagoshima 890-0065 Japan
Tel: Office, +81-99-285-3282, Cellular +81-80-5287-4230

Reply via email to