MATLAB: How to read alpha numeric values

datamining

I have some values such as asd234,rt425y,ju78rt,i have these values in text pad named new.dat,please helphow to read values and display in command window

Best Answer

Please see the documentation for fileread(), fopen(), fclose(), fgetl(), fscanf(), textscan()