Revision history of "Matlab/ReadTextFile"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:38, 21 March 2013Daviddoria (Talk | contribs). . (116 bytes) (+116). . (Created page with '==ReadTextFile.m== <source lang="bash"> data=textread('LocalizationError.txt'); plot(data(:,1), data(:,2)) </source>')