Cell Split for development of plotting utility
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Hi,
I'm using following expressions for reading a text file for developing plotting utility.
data=fopen('C:\Documents and Settings\BGS\MyDocuments\MATLAB\Servo\CA1_21_RealTimePass.txt','r'); [a1]=textscan(data,'%s','delimiter', '\n','whitespace', ''); a1new=regexprep(a1{:}, '<.*?>', '');
so output of this function is 753by1 cell, now i want to split this cell into 753by43, where 43 is number of variables which i want to use for plotting.
Please help me in finding the solution for this.
0 件のコメント
回答 (0 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!