bornag

5 Reputation

2 Badges

12 years, 40 days

MaplePrimes Activity


These are replies submitted by bornag

@atila 

 

I think it may be too old, but I wanted to mention how to specify a directory for your output file. You can use currentdir() command.

currentdir() itself will give you the current active directory of the Maple software, but you can change it by adding the path inside parentheses. For example you want to save your file in C:\Maple\MapleProjects (ATTENTION: this directory should exist), so you should use this command:

currentdir("C:/Maple/MapleProject")

as the output it will give you the previous active directory, but the new active directory will be C:\Maple\MapleProjects. Pay attention to the use of "/" instead of "\".

@atila 

 

I think it may be too old, but I wanted to mention how to specify a directory for your output file. You can use currentdir() command.

currentdir() itself will give you the current active directory of the Maple software, but you can change it by adding the path inside parentheses. For example you want to save your file in C:\Maple\MapleProjects (ATTENTION: this directory should exist), so you should use this command:

currentdir("C:/Maple/MapleProject")

as the output it will give you the previous active directory, but the new active directory will be C:\Maple\MapleProjects. Pay attention to the use of "/" instead of "\".

So many thanks. It was really helpful. 

So many thanks. It was really helpful. 

@ThU 

I got the first problem. I used even probes but without any checkmarks and that was the problem as you said. About the second problem I have followed exactly the procedure of the Tutorial, but the result was different. Then I opened the tutorial file from Libraries> Examples> User's Guide Examples> Chapter 6> Cable Tension Controller, and I found those differences that I have mentioned.

Finally, I want to thank you for your reply.

Page 1 of 1