| Author |
Comment/Response |
keenan
|
12/05/07 5:29pm
I've been generating data with error bars from C++ and then importing them into Mathematica for plotting
The .txt files I output in C++ were generated using
outfile1 << "{" << beta << "\t" << M << "}" << "," << "ErrorBar[" << dM << "]" << endl;
with the idea of getting the data in the form of
{{x, y},ErrorBar[z]} in Mathematica
When imported into Mathematica, the data seems to be organised in the right manner but it just won't plot.
Suggestions anyone?
URL: , |
|