| Author |
Comment/Response |
TothFan
|
08/14/12 3:44pm
Hi all,
I am having an issue with what I'd expect to be a simple csv export. My code is as such:
tothInt = b*q*p*Hypergeometric2F1[t^(-1), t^(-1), 1 + t^(-1), -(b*p)^t]
SetAttributes[tothInt, Listable]
spreadingP[n_] := Apply[tothInt, p[n]]
Export["SpreadingP.csv", spreadingP[n_]]
Export["Pressures.csv", p]
When I try to import the SpreadingP.csv into another program it is misformatted. Pressure.csv is fine. My lack of syntax experience is obvious, so could someone tell me what's wrong?
Thanks
URL: , |
|