
|
Go to the first, previous, next, last section, table of contents.
- vtol(vect)
-
:: ¥Ù¥¯¥È¥ë¤ò¥ê¥¹¥È¤ËÊÑ´¹¤¹¤ë.
- return
-
¥ê¥¹¥È
- vect
-
¥Ù¥¯¥È¥ë
-
Ťµ n ¤Î¥Ù¥¯¥È¥ë vect ¤ò
[vect[0],...,vect[n-1]] ¤Ê¤ë¥ê¥¹¥È¤ËÊÑ´¹¤¹¤ë.
-
¥ê¥¹¥È¤«¤é¥Ù¥¯¥È¥ë¤Ø¤ÎÊÑ´¹¤Ï
newvect() ¤Ç¹Ô¤¦.
[3] A=newvect(3,[1,2,3]);
[ 1 2 3 ]
[4] vtol(A);
[1,2,3]
- »²¾È
-
section
newvect .
Go to the first, previous, next, last section, table of contents.
|