Michael Levin
unread,Feb 1, 2017, 12:28:08 PM2/1/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I just upgraded from Matlab 2009 to Matlab 2016 on my Apple OS X system. I have code that used to work fine, using the function avifile to write a movie file. Now it gives me
Undefined function or variable 'avifile'.
Error in Halleysmethod (line 130)
aviobj=avifile(filename,'colormap',cmap,'compression','None','fps',7);
>> help avifile
avifile not found.
Use the Help browser search field to search the documentation, or
type "help help" for help command options, such as help for methods.
What's going on, where did it go?