Hi guys.
Is it possible to assign propierties (public) of a classdef class (Octave 4) via varargs?
Imagine I've got a class with many settings controlled by public class properties. Each one has default settings, but I want to mass assign arbitrary settings using the constructor of the class via name-property pairs instead of either assign fixed parameters (no varargs) via constructor or call the set function for the properties a lot of times.
Thank you and best regards,
deadball