Fizzle

0 Reputation

2 Badges

13 years, 114 days

MaplePrimes Activity


These are questions asked by Fizzle

Hi all!

Please I'm having difficulties in specifying a repeat count for my format descriptor in Maple. For example,
If I want to repeat the format descriptor "%-+8.4f" ten times, is it compulsary that I write it explicitly as shown below?

fprintf(file, "\n%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f%-+8.4f",e[5],mp[5],zp[5],mt[5],zt[5],roc[5],ac[5],pnloc[5],fs[5],qcode[5]):

I know in Fortran, a descriptor such as "10F8.4" is possible....

Hi everyone!

Please can some one show me how to implement the "system" command on Maple 13-Windows OS to include the specicfication of the input and output file path? I would appreciate a useful response. Thank you...

Hi all!

I was able to run an external progam using the "system" command.
i.e. >system("name.exe");

The external program (name.exe which is an executable written in Fortran) prompts for the name of my input file and the name of my output file one by one. If I supply these two information, everything works fine.
My problem is this, I want to automate the process such that Maple helps me to write the input and output filename when the external program...

Page 1 of 1