charcell2stringcellarray
by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Artificial Intelligence
Introduced first in SolidGeometry 5.4, Creation date: 2023-12-11, Last change: 2025-09-15
converts xps cell list of string arrays into cell list of charchains
Description
RESULT IS LIKE: {["space on a" "space on c" "a on b" ]}
the current XPS format is a cell lits of string arrays that cannot be written in a n excel file without problems. Thid function converts the cell list of string arrays into a cell list of charchains
See Also: SGwritetable
, array2tableTL
, stringcellarray2charcell
Example Illustration
Syntax
strac=charcell2stringcellarray(chrc)
Input Parameter
chrc: | | cell array of char chains with quotation marks |
Output Parameter
strac: | | cell array of string arrays |
Examples
[ops,start, goal]=XPSblocksworld
stringcellarray2charcell(ops); xlscell=ans
SGwritetable('test.xls',array2tableTL(xlscell,'ACTION','CONDITION','ADD_LIST','DEL_LIST'))
[T,N,c]=SGreadtable('test.xls'), charcell2stringcellarray(T)
T=readtable('test.xls'), X=table2cell(T); charcell2stringcellarray(X)
Copyright 2023-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21