Dynamic-Calibration/utils/YALMIP-master/extras/@lmi/saveobj.m

5 lines
303 B
Mathematica
Raw Normal View History

2019-12-18 11:25:45 +00:00
function out = saveobj(obj)
%SAVEOBJ (overloaded)
warning('YALMIP objects cannot be saved in binary format. You will run into troubles if you try to load this file later. You should clear all YALMIP objects first, or avoid having any YALMIP objects in the list of variables which you save.');
out = [];