ischar functionthe ischar function return the


ischar function:

The ischar function return the logical true if an array is a character array, or logical false if not.

>> vec = 'EK127';

>> ischar(vec)

ans =

1

>> vec = 3:5;

>> ischar(vec)

ans =

0

 

 

 

Request for Solution File

Ask an Expert for Answer!!
Applications of MATLAB: ischar functionthe ischar function return the
Reference No:- TGS0175089

Expected delivery within 24 Hours