From: "Brandon Aubie" <brandon.aubie@TAKETHISOUTelecore.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webcrossing
Newsgroups: comp.soft-sys.matlab
Subject: Pass by Reference?
Message-ID: <ef386cf.-1@webcrossing.raydaftYaTP>
Date: Thu, 1 Jun 2006 16:14:57 -0400
Lines: 7
NNTP-Posting-Host: 129.97.178.13
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:352965



Hi,

Is there a "proper" way to pass objects by reference? We need to
pass a large object around NUMEROUS times (ie, >10000) and it's
very slow. Passing by reference would speed this up tremendously.

Thanks