Changes

Jump to navigation Jump to search
Created page with "<div style="font-size:30px">'''MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)'''</div><br/> *<math>Matrix</math> is the set of values. *<math>ColumnSeparato..."
<div style="font-size:30px">'''MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)'''</div><br/>
*<math>Matrix</math> is the set of values.
*<math>ColumnSeparators</math> is any string to separate the columns.
*<math>RowSeparators</math> is any string to separate the rows.

==Description==
*This function used to include some strings in to the row and column entries.
*In <math>MATRIXSTRING (Matrix,ColumnSeparators,RowSeparators,MatrixCovers)</math>,<math>Matrix</math> can be entries of matrix in any size.
*<math>ColumnSeparators</math> is any string to display in between column entries.
*<math>RowSeparators</math> is any string to display in between row entries.
*This function is used to separate the row entries and column entries with the different string.
*So it is used to make the difference between row entries and column entries.

==Examples==
#MATRIXSTRING([[2,3,4],[9,8,7]],"&","%") = &2&&3&&4&&9&&8&&7&
#TRING([[2,17,23,76],[-91,8.5,2/3,9/8],[3,8,16,83,90],[10,20,30,40]],"#","!") = #2##17##23##76##-91##8.5##0.6666666666666666##1.125##3##8##16##83##90##10##20##30##40#

==See Also==
*[[Manuals/calci/MATRIXPACK | MATRIXPACK ]]
*[[Manuals/calci/MATRIXNEGATE | MATRIXNEGATE ]]
*[[Manuals/calci/MATRIXROTATE| MATRIXROTATE ]]

==References==
*[https://www.mathworks.com/help/matlab/matlab_prog/create-string-arrays.html MatrixString]

*[[Z_API_Functions | List of Main Z Functions]]

*[[ Z3 | Z3 home ]]
writer
6,694

edits

Navigation menu