how convert arraycell to use with writecell
{’31/07/2024′} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2486]}
{’01/08/2024′} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2496]}
{’02/08/2024′} {[ 0]} {[ 0]} {[ 1]} {[ 0]} {[2405]}
{’03/08/2024′} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[2486]}
i want write file .txt and convert in :
31/07/2024 0 0 0 0 2486
01/08/2024 0 0 0 0 2496
02/08/2024 0 0 2 0 2405
03/08/2024 0 1 0 0 2486
i try to use writecell(AA,’C:TitancancmyTextFile.txt’);
but i see this:
0,0,0,0,0…{’31/07/2024′} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2486]}
{’01/08/2024′} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2496]}
{’02/08/2024′} {[ 0]} {[ 0]} {[ 1]} {[ 0]} {[2405]}
{’03/08/2024′} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[2486]}
i want write file .txt and convert in :
31/07/2024 0 0 0 0 2486
01/08/2024 0 0 0 0 2496
02/08/2024 0 0 2 0 2405
03/08/2024 0 1 0 0 2486
i try to use writecell(AA,’C:TitancancmyTextFile.txt’);
but i see this:
0,0,0,0,0… {’31/07/2024′} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2486]}
{’01/08/2024′} {[ 0]} {[ 0]} {[ 0]} {[ 0]} {[2496]}
{’02/08/2024′} {[ 0]} {[ 0]} {[ 1]} {[ 0]} {[2405]}
{’03/08/2024′} {[ 0]} {[ 1]} {[ 0]} {[ 0]} {[2486]}
i want write file .txt and convert in :
31/07/2024 0 0 0 0 2486
01/08/2024 0 0 0 0 2496
02/08/2024 0 0 2 0 2405
03/08/2024 0 1 0 0 2486
i try to use writecell(AA,’C:TitancancmyTextFile.txt’);
but i see this:
0,0,0,0,0… how convert arraycell to use with writecell MATLAB Answers — New Questions