isvect

Version 1.0.0.0 (1,76 ko) par Matt Fig
ISVECT(A,GUESS) Returns logical true if A is a vector of type guess.
2,3K téléchargements
Mise à jour 18 juin 2008

Afficher la licence

ISVECT(A,GUESS)
A is an array. The alternative input, GUESS, is either:
1 or 'r' or 'row' (row vector) or
2 or 'c' or 'col' or 'column' (column vector).

Examples:
isvect(A) % Returns true
isvect(A,1) % Returns true
isvect(A,'r') % Returns true
isvect(A,2) % Returns false
[tf TYPE] = isvect(A) % Returns tf=1, TYPE=1 (row vector)
If A is a scalar, isvect(A) returns true for either guess and type=1.
See help.
Created for version 6.5, as isvector doesn't exist for R13.
Please email me with bugs or suggestions. Thanks

Citation pour cette source

Matt Fig (2026). isvect (https://fr.mathworks.com/matlabcentral/fileexchange/9902-isvect), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R13SP1
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Search Path dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0

M-Lint