Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Math Software / MATLAB / July 2008



Tip: Looking for answers? Try searching our database.

Browse file dialogue box

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hemin - 18 Jul 2008 01:39 GMT
How to browse a matrix file and keep the content of it in a
memory.
if you have two matrixes
echicao - 18 Jul 2008 06:45 GMT
> How to browse a matrix file and keep the content of it in a
> memory.
> if you have two matrixes

i did not understand your question very well, but ill try to give you
an answer. you can save your variables in a file with extension *.mat
say you have to variables a and b and you wish to save them in a file.
type

>> save test.mat

and it will save these variables in a file independently of their
contents. you cannot modify the contents of the file since mat is a
binary file.

you could also save your variables in ascii format and then you could
edit the file anywhere. was this helpful? plz let me know.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.