How to use ILNumerics function csvread to load complex array from a csv file -


i want load csv format data file function csvread. data in complex format. example, looks "36.151-202.64i,236.74+2.1788i,26.234+201.94i, ...."

when call csvread ilnumerics, can first column data. other data zeros.

here simple 2 lines of code. var inputdatafile = file.readalltext(@"c:\temp\input.txt"); ilarray datcomplex = csvread(inputdatafile);

please help.

it popular request, , working on it. upcoming version support reading complex numbers , arbitrary formatted elements in csv files. stay tuned!


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -