View previous topic :: View next topic |
Author |
Message |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Sat Nov 15, 2014 4:25 am Post subject: MathMod-2.0 |
|
|
Hi all,
MathMod-2.0 for MacOSX, Linux and Windows is available for download from :
https://sourceforge.net/projects/mathmod/
have a fun  _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
denisc
Joined: 24 Apr 2013 Posts: 92
|
Posted: Sun Nov 23, 2014 1:46 am Post subject: |
|
|
hello nextsep
thanks very much.
And a little question why i cannot save my personnel works in mathmod at a
same of k3Dsurf?
If i choose personnel work and create model in, when i closed prog and reopen,
all my old work was not saved in your new js paper ? |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Tue Nov 25, 2014 2:16 am Post subject: |
|
|
Hi Denisc,
Of course you can save your models by :
1) Adding them to the file mathmodcollection.js.
2) Create you own json file and load it with MathMod when needed. Here is a simple example, with only two math models:
Quote: | {
"MathModels":
[
{
"Iso3D": {
"Description": ["This example shows the minimum required fields "],
"Name": ["Schwarz"],
"Component": ["Schwarz"],
"Fxyz": [" cos(x) + cos(y) + cos(z)"],
"Cnd": ["(x^2 + y^2) > cos(t*pi)*5.0"],
"Xmin": ["-4"],
"Xmax": [" 4"],
"Ymin": ["-4"],
"Ymax": [" 4"],
"Zmin": ["-4"],
"Zmax": [" 4"]
}
},
{
"Param3D":{
"Name":["Roman"],
"Component": ["Roman"],
"Fx":["1/2*sin(2*u)*sin(v)^2"],
"Fy":["1/2*sin(u)*cos(2*v)"],
"Fz":["1/2*cos(u)*sin(2*v)"],
"Umin":["0"] ,
"Umax":["pi"],
"Vmin":["-pi/2"] ,
"Vmax":["pi/2"]
}
}
]
} |
Hope this help. let me know if this worked for you .
By the way, I'll make saving new models easier in the near future  _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
denisc
Joined: 24 Apr 2013 Posts: 92
|
Posted: Fri Nov 28, 2014 8:14 pm Post subject: |
|
|
hello
If i ceate a mathmodels.js with your examples and import this , i am after just 2
examples
Schwarz
Roman
that work
but if i make ex Schwarz in my selection and transform formula to have a
personnel work , it's not very easy do not have an export js fonction to save.
i suppose, because it's a earlier version .
(In a pass, with mathmod 1, i try to write a new formula in
mathmodcollection.js,but that not worked . i could not see the new formula,
when i started prog)
thanks
denisc |
|
Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 539
|
Posted: Fri Dec 26, 2014 9:37 am Post subject: |
|
|
Hi denisc,
MathMod-2.1 can now save a script to an existing json file or create a new one.
You can try it and let me knew if things are getting easier for you to save your scripts
NB: look for "Save to File" button in the "Script Edit" tabulation _________________ Cheers,
Abderrahman |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
2005 Powered by phpBB © 2001, 2005 phpBB Group
|