Load code in Maple
I got a code file and i dont know how to load it in Linux. In Windows i just type:read "E:/code.txt"But thing now i change to use Linux and cant do the same (Maple 2015 64bit Linux ver), try to...
View Articleforeign symbols in maple
I have the following in a text file.a:="方程式";When I read it in command-line maple, I am getting the following error.on line 1, syntax error, non-ASCII character in unicode file 1:Error, while reading...
View ArticleHow to work with wav files?
Hello to all I am Jorge Gracia an exchange student working on my Thesis.I started working with maple recently, and I am having some problems to achieve the results that I am looking for.My work consist...
View ArticleExecute a maple file from another maple file and display output
I have several *.mw files which I have built seperately. Now, for readability reasons, I would like to create a Master document, which will ues the first files, and then generate a PDF document.I tried...
View ArticleProblem with save/read
Variable exists but is not shown when using save/read with extension .mMy example maple code is a:=b^2:save a, "test1.m"restart:read "test1.m"a; after the read command, I can access the variable, but...
View ArticleReading Maple third party package
Dear AllI have third party Maple package saved along path E:/Maple work/General Maple Workout/TWS.mpl, but after using march command for other package, Maple is reporting error like "unable to read;...
View ArticleStrange behaviour when using assume and saving variables
Hi guys,I'm doing some heavy analytical calculations, as the calculations take hours to finish, I want to save the results, which is easily done, however when I load the saved results, it behaves...
View ArticleHow to recover the content of .m files ?
hello everyone, To illustrate my question I will get Bob and Alice Suppose Bob and Alice work separately on the same subject and must share some information.They decide to exchange information among...
View Articleview source of a webpage using Maple
I'm trying to view the source of the webpage fuelsonline.caI used HTTP[Get] like I did before which doesn't retrieve much of anything useful. I thought of the sockets package which I can't seem to...
View ArticleReading from and writing to a file
Hi, I have this maple program, let's call it 1.mw. I need to import the data produced in 1.mw to another file, 2.mw and use it there, how do I go about this? Also how can I export the result produced...
View ArticleBest way to save a bunch of procedures and read txt files with Mac Maple...
I have been using Maple for many years and have created many Maple procedures for my own use in different projects. My usual practice is to place the procedures in a .txt file using WordPad or NotePad...
View ArticleEfficient file reading
Hello everyone!Could somebody help me with reading data from Huge txt-file? My file contains matrix with 10 columns and 10^6 rows. Datatype is float[8].I use "ImportMatrix" comand to obtain data from...
View ArticleHow to run a maple script directly from Terminal on Mac
Hi Maple friends,I am trying to run a script I have written in Maple 2016 directly from my Terminal on my MacAir. I have OSSierra 10.12.1 and Maple 2016.My script needs to read a file in and then run,...
View ArticleHow should I save a procedure and read it into a Module?
I have a module with quite a few procedures and it is getting too long and complex. Basicially I write each procedure in a seperate document, them copy and paste it into the module. I want to improve...
View ArticleUsing characters not found in the English alphabet with Maple read statement
How do I use characters in a file using the "read" statement?Example: The following function code is written in a textfile test.mpl.test:=proc() print("hüstel"); end proc:I read the file with>...
View Articlehow do I save, read ,,,,,, 10 years later..
I searched the questions for an answer before posting and found that I had asked the question 10 years ago! I still do not understand although it appears every other Maple user does. Embarrassing! I...
View Articlewhy warning Warning, incomplete string; use " to end the string shows up...
I have a function inside a file called proc2.mplWhen I read the file from a worksheet using the command read("proc2.mpl"); I see warning messagesWarning, incomplete string; use " to end the string...
View Articleread - Where is the file stored?
I ran the short program below in trying to understand how the read statement works. The read statement output the expected values of a, b, c to the screen. I was curious to find where it had stored...
View ArticleMaple cannot determine if expression is true or false
Hi,I'm new into Maple and I need some serious help. I'm supposed to read numbers from file (teploty.txt) and according to value assign some text to them and write it in other file (barvy.txt). I think...
View Articlecan maple do a real time update graph by for loop read file data?
can maple do a real time update graph by for loop read file data?i can only think that use for loop and read file and draw a sequence of graph,but memory will be accumulated to consumejust want to make...
View Article