Clear Filters
Clear Filters

Output file matrix error help?

1 view (last 30 days)
Sameer
Sameer on 12 May 2014
What does the below statement mean?
Warning: Out of range or non-integer values truncated during conversion to character. > In WriteMatrixToFile at 19 In FEHW6 at 170 Error using horzcat Dimensions of matrices being concatenated are not consistent.
Error in WriteMatrixToFile (line 19) titleString = ['\n',NPVmatx,'\n'];
Error in FEHW6 (line 170) WriteMatrixToFile('d:\FEHW6.out',PQMatx);

Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!