CGForbes

5 Reputation

One Badge

7 years, 96 days

MaplePrimes Activity


These are questions asked by CGForbes

I'm trying to make a comparison between simulation data from CST and calculations done in MAPLE - the best way to do so is have both plots on excel so the formatting matches. I can export the data from CST as a text file, but am stuck when it comes to getting the data from MAPLE (specifically trying to record kz, dispf, and dispbeamf all together in one text file).

My implicitplot code works (the code for it shown below). Both dispf and dispbeamf are functions of kz.
implicitplot([dispf, dispbeamf], kz = -150 .. 150, f3 = 0.18e11 .. 0.25e11, color = [red, blue], numpoints = 5000)

Any advice would be greatly appreciated.

Page 1 of 1