04-05-2007 02:06 AM
04-05-2007 11:32 AM
02-16-2009 05:10 PM
Hello,
Does Mathscript support the use of a cluster directly as an input or output to a Mathscript node? As i remember in Matlab syntax a cell would act similarly to a cluster...
Thanks
02-17-2009 04:11 PM
12-03-2009 08:10 AM
Since this is a currently a showstopper for us - when will MathScript support structures?
BR
Markus
12-03-2009 08:52 AM
12-03-2009 09:14 AM
Thanks Grant,
your suggestion is okay for a few structure elements.
Unfortunately we currently have MathLab code with a lot of (sub) structure members where you have e.g.
a global structure variable definition on toplevel and assignments of this variable inside functions.
e.g. for a global variable "C1":
for iM = [C1.MsId.SelectIntraCell C1.MsId.SelectInterferer]
C1.MS{iM}.DATA.RNTI = PRS_RRHTest.RNTI;
C1.MS{iM}.DATA.ResourceBlock.StartingPRB = PRS_RRHTest.StartingPRB;
C1.MS{iM}.DATA.Channel.TFRC_idx = PRS_RRHTest.TFRC_idx;
C1.MS{iM}.DATA.Pilot.n_DMRS_2 = PRS_RRHTest.n_DMRS_2;
end
So support of structures and cell arrays inside MathSkript would be really great to replace (external) MathLab usage.
BR
Markus
12-07-2009 10:48 AM
12-08-2009 06:08 AM - edited 12-08-2009 06:11 AM
Hello Grant,
since MatLab is the reference in this area of course it would be nice to have full support for all of its functionality.
A free (open source, multi platform) alternative to MathLab could be "octave" (www.octave.org) where things like
structures and cell arrays are already implemented and which is already more compatible to MatLab than MathScript.
So to prevent a complete reinvention (of the wheel) it would be nice to have a comfortable interface to tools like
octave. And one the other hand - this should be easier to implement and even faster.
BR
Markus