File: ISHANDLE.m

package info (click to toggle)
scilab 5.3.3-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 330,656 kB
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
% Test file for function ishandle()
% Copyright INRIA
% Matlab version: 6.5.1.199709 (R13) Service Pack 1
% V.C.

%m2scideclare h|? ?|?|?
tf = ishandle(h)

%m2scideclare h1|? ?|Handle
tf1 = ishandle(h1)