Checking Matrix Elements Matlab script

SPONSORED LINKS

    Specification

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

Checking Matrix Elements script description:




Publisher review:
Checking Matrix Elements - Function check.m displays all elements of a general matrix fulfilling a given condition. Function check.m may accelerate debugging of a program. The function displays columnwise elements of a real, complex or string matrix, say A, obeying a condition Cond. The output of every element A(p,q) fitting Cond consists of items in a required format.Forms of calls:~~~~~~~~~~~~~~~check(A) % outputs all elements of matrix Acheck(A,Cond) % outputs elements fulfilling Condcheck(A,Cond,form) % ditto in a required format% A, a matrix of numerical elements to be checked% Cond, a condition put on the matrix elements (string);% default condition 'A==A' => output full matrix% form, a format of element output; default format '.4e'Examples:~~~~~~~~~k=(1:5).^2;check(k,'k10')% 1 4 1.6000e 001% 1 5 2.5000e 001Z = [1 i; -i 1];check(Z)% 1 1 1.0000e 000% 2 1 0.0000e 000 -1.0000e 000*i% 1 2 0.0000e 000 1.0000e 000*i% 2 2 1.0000e 000s = 'This is a string';check(s, 's==double(''i'')', ' %s')% 1 3 i% 1 6 i% 1 14 i Requirements: ยท MATLAB Release: R14
Checking Matrix Elements is a Matlab script for Development Tools scripts design by Miroslav Balda. 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