help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

data structure indexing


From: Pavel Schor
Subject: data structure indexing
Date: Tue, 20 Oct 2009 22:01:28 +0200

hi, in my script I would like to have airfoils data stored in structure
like this:

Airfoil.anr.REYNOLDS.re= matrix with lifting line

where "anr" means airfoil number from "database"
and   "re" means reynolds  number

this is necessary because of lifting line variation which depends on
reynolds number.

My question: is possible to be "anr" and "re" integers? I would like to
call appropriate lifting line by this:

Airfoil.1.REYNOLDS.5000000





reply via email to

[Prev in Thread] Current Thread [Next in Thread]