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

`System error, `, "bad id" ; what does it mean?

Hi everybodyI try to save an array of equations in a "mpl file", and then read file and array by command read mpl file. But system error "bad id" occurs. Previously I saved this mpl file by "save" and...

View Article


Error, module member referencing is not supported in evalhf

Error, module member referencing is not supported in evalhf What is the solution for this error. Also when I run job in command prompt I also getting following errorsWarning, the restart command only...

View Article


Permission denied : no read access

Last month I still can read fileby read “c://Users//hello//Documents//h.m”butnow it return errorno read access c://Users//hello//Documents/and in security I add the m file into readable I saw open file...

View Article

error in maple file

hi everybody:I have two Maple files that file 1.mw file is a package and 2.mw file is based on the 1.mw file when running the 2.mw file I see the error and don't know how to solve it, I attach these...

View Article

Variable disappear after read file and create thread

Variable disappear after read file and then pass parameter to create thread 

View Article


How to recover only the contents of m-files?

HelloI know that anames( 'user' ) recovers the contents of the workspace but I wonder whether it would be possible to recover only the contents of each m-file read within a worksheet.  Many thanksEd 

View Article

How to open .mm file in Maple

Does anyone know how to open .mm file in Maple, as well as using the program or function in .mm file in Maple? Many thanks.

View Article

Image may be NSFW.
Clik here to view.

Why is the "save+read" of a random variable no longer a random variable?

Hi,  I've define a list V of 2 random variables and saved the result in an .m file. When I read this same file and try to sample V I get a message error which, after quick search, comes from the fact...

View Article


how to use command "read()"

Hi, I am a beginner of maple and I met a problem recently.I extracted some equations from a .txt file like below:> read “D:/blablabla/filename”                       EQ_1,EQ_2,...Then I want to...

View Article


How to open .m file in Maple in Windows

Could anyone help me with how to open an .m file in Maple in Windows? Thanks a lot.

View Article

Image may be NSFW.
Clik here to view.

problem using $include in module. export declaration unexpected outside module

This seems like a serious limitation of Maple module, unless I am missing something.I am trying to refactor one of my module, putting some code in separate .mpl file, say B.mpl,  and then do, from the...

View Article

Variable disappear after read file and create thread

Variable disappear after read file and then pass parameter to create thread 

View Article

Procedures using other saved procedures

I have 5 procedures saved in my library. Say Proc1, Proc2, Proc3, Proc4 and Proc5. They all work ok.Proc5 calls Proc4 which calls Proc3 which calls Proc2 which calls Proc1. That is fine if I read them...

View Article


How to use LibraryTools:-Save?

MyPackageTools := module() option package; export addPackageDirectoryToLibname, savePackageToMla; addPackageDirectoryToLibname := proc(packageDir) local mapleInitFile, newLibname: mapleInitFile :=...

View Article

How to restore variables previously saved in a .m Maple internal format file?

I can save a variable M (actually a matrix) usingsave M, "Test" or save M, "Test..xyz"where .xyz can be any file extension except .m  This saves the variable in "Maple language format" and it can be...

View Article


How to defeat quotations during file import

Simple question I cannot remember the solution of.When I import "executable maple input" from a file, the content is imported as a string and therefore have quotation marks around the code if saved in...

View Article

Read in Maple Code Attachments

I'm struggling getting read statements to work in code attachments.Are there any limitations for the read command?Test.zip

View Article


Trouble running package EKHAD from A=B

The EKHAD package from the book A=B (https://www2.math.upenn.edu/~wilf/AeqB.html) contains many effective algorithms. I want to use one of them in Maple, but I have troubles with the command `read`.I...

View Article

Image may be NSFW.
Clik here to view.

problem using $include in module. export declaration unexpected outside module

This seems like a serious limitation of Maple module, unless I am missing something.I am trying to refactor one of my module, putting some code in separate .mpl file, say B.mpl,  and then do, from the...

View Article

How to read a *.m file written many years ago?

I have some library program files written using Maple 11 (or before).I can read and use the file programs and they have worked fine for many years.But I would like to actually see the programming...

View Article
Browsing all 43 articles
Browse latest View live