10.12.2012 Views

SIMPLORER User Manual V6.0 - FER-a

SIMPLORER User Manual V6.0 - FER-a

SIMPLORER User Manual V6.0 - FER-a

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Modifying Data in Matlab<br />

Data Types<br />

You can enter and execute all Matlab<br />

commands in the command line via<br />

or in the Matlab<br />

Toolbox window. The Matlab outputs<br />

are displayed in the message window.<br />

If possible, avoid Matlab commands<br />

that have outputs, and use a semicolon<br />

“;” at the end of a command. After each<br />

Matlab command, each data transfer,<br />

and each , variable list contents<br />

are updated.<br />

You can also execute commands in the<br />

Matlab command window, which includes<br />

the variables and is open in the<br />

background.<br />

No data modified in the Matlab workspace<br />

is saved by the DAY Post Processor.<br />

To save this data in an Analysis<br />

file, you must manually copy the data<br />

into the DAY Post Processor.<br />

<strong>SIMPLORER</strong> 6.0 — <strong>Manual</strong> 451<br />

3D-representation of exported<br />

simulation data in Matlab<br />

The DAY Post Processor and Matlab represent data different from each other.DAY interprets<br />

all data sets as numbers with double precision without imaginary parts in (one dimension)<br />

column vectors. Matlab also interprets other data types with other precision and imaginary<br />

parts (complex numbers) in n-dimension data fields. The following conventions are valid for<br />

directly copying data between the DAY Post Processor and Matlab:<br />

In MATLAB: Changes to in the DAY Post Processor:<br />

1 1 x 1 scalar, double, real 1 1 x 1 scalar, double, real<br />

1 1 x 1 scalar, double, complex 2 1 x 1 scalars, double, real<br />

1 n x 1 column vector, double, real 1 n x 1 column vector, double, real<br />

1 n x 1 column vector, double, complex 2 n x 1 column vectors, double, real<br />

1 1 x n row vector, double, real n 1 x 1 scalars, double, real<br />

1 1 x n row vector, double, complex 2n 1 x 1 scalars, double, real<br />

1 m x n matrix, double, real n m x 1 column vectors, double, real<br />

1 m x n matrix, double, complex 2n m x 1 column vectors, double, real<br />

1 m x n x o numeric array, any Type, … not used<br />

To copy other data types they must be converted into double exact matrices in Matlab. Each<br />

vector from the DAY Post Processor retains its properties in Matlab.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!