Quantcast
Channel: MaplePrimes - Questions and Posts tagged with read
Browsing all 42 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


foreign 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 Article


How 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 Article

Execute 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 Article

Problem 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 Article


Reading 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 Article

Image may be NSFW.
Clik here to view.

Strange 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 Article

How 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 Article


view 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 Article


Reading 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 Article

Best 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 Article

Efficient 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 Article

How 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 Article


How 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 Article

Using 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 Article


how 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 Article

Image may be NSFW.
Clik here to view.

why 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 Article


Image may be NSFW.
Clik here to view.

read - 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 Article

Image may be NSFW.
Clik here to view.

Maple 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 Article

can 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
Browsing all 42 articles
Browse latest View live