matlab serialize Matlab script

SPONSORED LINKS

    Specification

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

matlab serialize script description:




Publisher review:
serialize - Create matlab code from a variable matcode = SERIALIZE(x) generates matlab code of xmatcode = SERIALIZE(x, n) generates matlab code of x retaining n digits of precisionSERIALIZE should be able to create matlab code of the following data types:- matrices, vectors, and scalars of any class and dimension- strings- structs, arrays of structs with up to six dimensions - cell arrays- matlab objects with a copy constructor implemented- empty values of any class- any combinations hereofThe value of x can be obtained by eval(matcode)Examples x = [1 2 3; 3 4 5];serialize(x)x = uint8(rand(10)*5);matcode = serialize(x)x = {rand(3,3,3,4), 'a string value', {1 2 3; 1 3 3 }}matcode = serialize(x, 30) Requirements: ยท MATLAB Release: R2006a
matlab serialize is a Matlab script for Scientific/Engineering scripts design by Joger Hansegard. It runs on following operating system: Windows / Linux / Mac OS / BSD / Solaris.
serialize - Create matlab code from a variable

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