save - Compiled Matlab mat file corruption -


i have compiled application cannot save user defined objects. when try load mat file in program crashes access violation error. mat file cannot loaded in matlab either (appears corrupt). however, application runs smoothly before compilation. possible causes this?

classdef audio < handle  properties     ... end  methods     function self = audio()         ...     end end  end  = audio(); b = audio(); c = audio(); audiovector = [a,b,c]  save(somefullpath, 'audiovector') 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -