str2cell Matlab script

SPONSORED LINKS

    Specification

  • Version:
  • File size: 0 KB
  • File name: str2cell.m
  • Last update:
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • Language: Matlab
  • Price:Freeware
  • Company: Marcus (View more)

str2cell script description:




Publisher review:
str2cell creates a cell array from an input vector of any valid ML datatype help str2cellc = str2cell(v)c = str2cell(v,delim[s])creates a cell array C from input vector V.places segments of V seperated by delimiterDELIM into separate cells of C.see also: CELLSTRv : a string/vector of a ML supported data classdelim : array of delimiter[s] [def: isspace]v-class syntax----------------------char 'xyz'other [1 2 pi]note:an input matrix (NxM) will be turned into a1x(N*M) column vector WITHOUT warning!examples:s='this is a ;;; test string; -0 ;;;_;;; for; ; fun;'; c=str2cell(s,' -;0_')'this''is''a''test''string''for''fun'd=[pi pi 1 2 inf 4 5 6 nan 78 pi];c=str2cell(d,[nan pi 5 inf])[1x2 double] % = 1 2[ 4][ 6][ 78] Requirements: ยท MATLAB Release: R13
str2cell is a Matlab script for Development Tools scripts design by Marcus. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.

Operating system:
Windows / Linux / Mac OS / BSD / Solaris

Latest script and internet news

222

222

22

Posted on: 18 Jul 2023 22:27 by A. Brown

111

111

111

Posted on: 18 Jul 2023 22:24 by A. Brown

The permanently active Push system offered by the new Google Chrome 42

The permanently active Push system offered by the new Google Chrome 42

Hacked By !Sc-sT

Posted on: 17 Mar 2015 07:57 by A. Brown

SPREAD THE WORD

User Rating


Rating: 2.2 out of 5
Based on 13 ratings. 13 user reviews.

  • Currently 2.15 out of 5
  • 1
  • 2
  • 3
  • 4
  • 5