MATLAB: I am writing a code to read a text file

imagerow-wisetext file readverilog

I am writing code to read a text file. while reading as column, there are no issues. but i could not read the text file row-wise. while working with verilog, i get the output text file as row format. so, how to read the test file row wise
thanks in advance

Best Answer

Use /r/n in your code
Related Question