function iscellstr - string functionthe function


Function iscellstr - string function:

The function iscellstr will return the logical true when a cell array is a cell array of all the strings, or logical false if not.

>> iscellstr(names)

ans =

  1

>> iscellstr(cellcolvec)

ans =

  0

 

 

 

Request for Solution File

Ask an Expert for Answer!!
Applications of MATLAB: function iscellstr - string functionthe function
Reference No:- TGS0175101

Expected delivery within 24 Hours