You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to freemat
I have loaded a .mat file from a heart rate analysis program (250,000+
values) and have a struct variable named 'res' which I assume is the
data I want to write out in ascii as a single column for analysis in a
circadian rhythm program. What function do I use? I have tried
rawwrite and save, but can't get just a .txt file.
Any thoughts and suggestions appreciated.
Jonathan Weaver
unread,
Mar 21, 2012, 8:40:46 AM3/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fre...@googlegroups.com
csvwrite can do it. Type the command "help csvwrite" to learn more.