I am using Put (>>)
to store information that I am obtaining in Mathematica. The problem is that I am putting a several variables. However, if I do the following, it outputs to a file called year
rather than my variable.
例如:
year=64;
sortedTally>>year;
出口到一个名为<条码>的文档 而不是一个名为<代码>64的文件。 文件指出,<代码>expr >> filename相当于expr >>“filename
。 是否有办法绕过这一点,是否把根据变数作出的改变列入档案? 这一点在