enum Matlab script

SPONSORED LINKS

    Specification

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

enum script description:




Publisher review:
enum - To create an enumerating vector from a list of terminators. ENUM creates an enumerating vector from a list of terminators N(1:n)E = [ 1:N(1) 1:N(2) ... 1:N(x) ... 1:N(n) ]non-integer (non-enumerable) terminators such as s or s are handled by an optionEXAMPLESn=[nan 2 inf 3 0 0 1 3 nan]e=enum(n)% e = 1 2 1 2 3 1 1 2 3e=enum(n,'-')% e = NaN 1 2 Inf 1 2 3 0 0 1 1 2 3 NaNe=enum(n,-100)% e = -100 1 2 -100 1 2 3 -100 -100 1 1 2 3 -100NOTEthis function is based on a smart snippet provided by long-time CSSMer in the thread'Replicating Rows based on an Index in the Matrix' (2005-05-01 05:18:30 EST)seehelp enumfor more explanations Requirements: ยท MATLAB Release: R13
enum is a Matlab script for Mathematics 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