Modifying a Class

4 views (last 30 days)
Wade
Wade on 25 Jun 2012
This question may sound stupid, but here goes..
I am using Matlab to manipulate an object defined using Java API through COMSOL. Should I just write a function that takes in this object and spits out a copy of it:
function [ model] = funcname[model]
Is this bad programming practice? Should I be doing something more elegant like defining a new class with this function as a method?

Accepted Answer

Sean de Wolski
Sean de Wolski on 25 Jun 2012
Looks fine to me. Keep it simple and stupid.

More Answers (0)

Categories

Find more on Construct and Work with Object Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!