Custom Functions plugin - functions: extended Max and Min, Unit of Measurement, Order of Magnitude - Messages
#41 Posted: 8/19/2014 5:26:39 AM
In the last version of Smath, the plugin is not working any more

#42 Posted: 8/19/2014 6:25:12 AM
WroteIn the last version of Smath, the plugin is not working any more
![]()
Hello jurep, what kind of problem did you notice? Your Operating System?
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#43 Posted: 8/20/2014 4:43:37 AM
Hi!
I get this message

my system is win7
I get this message

my system is win7
#44 Posted: 8/20/2014 5:14:54 AM
Seems that the file was saved using an old version of the plugin; meanwhile standards for plugins design was well defined, so a unique identifier (guid) was introduced for each plugin. It is easy to fix and you can do it by yourself.
Please open your worksheet with a text editor (Windows' Notepad, Notepad++, etc...)
Look at the headers of the XML code; you should see a block of code like this
Also, you should see that the plugin has saved a null Guid
To solve the issue, replace the null guid of Custom Functions with the official guid
Let me know if this solve your issues
Best regards,
Davide

Please open your worksheet with a text editor (Windows' Notepad, Notepad++, etc...)
Look at the headers of the XML code; you should see a block of code like this
<dependences>
<assembly name="SMath Studio Desktop" version="..." guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
<assembly name="..." ... />
<assembly name="..." ... />
</dependences>
Also, you should see that the plugin has saved a null Guid
<assembly name="Custom Functions" version="..." guid="00000000-0000-0000-0000-000000000000" />
To solve the issue, replace the null guid of Custom Functions with the official guid
18dadffd-79a3-4cf9-aee1-d66deb0ea720
Let me know if this solve your issues

Best regards,
Davide
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#45 Posted: 8/20/2014 5:35:50 AM
Thanks for super fast replay! It works now! thanks again!
#46 Posted: 8/20/2014 5:46:28 AM
You're welcome 

If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#47 Posted: 9/3/2014 5:34:45 PM
#48 Posted: 9/4/2014 8:25:42 AM
ops... 
I've lost the sources of that update, not uploaded in the SVN, so I've rebuilt the missing functions but seems that I've forget the function. I'll restore it on the next update. :d

I've lost the sources of that update, not uploaded in the SVN, so I've rebuilt the missing functions but seems that I've forget the function. I'll restore it on the next update. :d
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#50 Posted: 12/16/2014 8:02:40 AM
Hello,
I found this extra functions today... great, I will especially use the Max and Min functions.
Thank you very much Davide
I found this extra functions today... great, I will especially use the Max and Min functions.
Thank you very much Davide

#51 Posted: 9/22/2015 4:02:09 AM
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#52 Posted: 9/22/2015 5:11:36 AM
#53 Posted: 9/22/2015 5:51:39 AM
Wroteworks for me... what version of the plugin do you have?
seems to be up to date.
EDIT: The function is avaiable, but obviously there have been changes in handling text indices. I choose sys2mat.1() from the dynamic assistant but the .1 won't display as text index. Once I delete the dot and type it in again, then the text index appears and the function becomes undefined.
Here is the system information:
SMath Studio: SMath Studio Desktop 0.97.5737.24521, portable, x64
OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (Microsoft Windows 7 Professional , x64)
Screen: 1920x1080 px, 96x96 dpi
Localization: separator=; decimal symbol=; system decimal symbol=; language=GER
Frameworks: CLR 2.0.50727.5485
installed versions:
v2.0.50727 2.0.50727.5420 SP2
v3.0 3.0.30729.5420 SP2
v3.5 3.5.30729.5420 SP1
v4
Client 4.5.50709
Full 4.5.50709
v4.0
Client 4.0.0.0
OS: Microsoft Windows NT 6.1.7601 Service Pack 1 (Microsoft Windows 7 Professional , x64)
Screen: 1920x1080 px, 96x96 dpi
Localization: separator=
Frameworks: CLR 2.0.50727.5485
installed versions:
v2.0.50727 2.0.50727.5420 SP2
v3.0 3.0.30729.5420 SP2
v3.5 3.5.30729.5420 SP1
v4
Client 4.5.50709
Full 4.5.50709
v4.0
Client 4.0.0.0
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 users liked this post
#54 Posted: 9/22/2015 6:08:52 AM
Found the bug, I'll update the plugin ASAP
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Radovan Omorjan 9/22/2015 7:15:00 AM
#55 Posted: 9/22/2015 6:40:10 AM
PLUGIN UPDATED
- fixed localization issues in sys2mat.1() (thanks to Martin Kraska)
- fixed localization issues in sys2mat.1() (thanks to Martin Kraska)
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Radovan Omorjan 9/22/2015 7:15:00 AM
#56 Posted: 1/16/2016 12:40:38 PM
PLUGIN UPDATED SMath Studio 0.97.5346 and later and SMath Studio 0.97.5737
- added Abs(1) (extends built-in abs(1) to matrices);
- added Conjugate(1);
- improved description of InterpBilinear(5);
- refactoring;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#57 Posted: 1/19/2016 12:51:21 PM
Thank you Ioan, bug confirmed. I'll fix it ASAP.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
ioan92 1/19/2016 2:42:00 PM
#58 Posted: 1/19/2016 5:24:51 PM
Alternately if your stuff is in appropriate vector(s)
make it "Smath style"
Jean
Utilities Conjugate_Absolute.sm (11 KiB) downloaded 118 time(s).
make it "Smath style"
Jean
Utilities Conjugate_Absolute.sm (11 KiB) downloaded 118 time(s).
#59 Posted: 3/3/2016 3:25:21 PM
PLUGIN UPDATED SMath Studio 0.97.5737 and later
- Added var2str(1) and var2str(2) [customized versions of num2str for numerical display in 2D plots];
- Added functions from (ex) Functions' Extension: at, ternary booleans, cases, Kronecker, perc, permil;
- Added clone of Ceil() & Floor() from Statistical Tools;
- Added clone of Unknowns() from NonlinearSolvers;
- Added glyph for Conjugate();
- Fixed issues of stack/augment in placeholders for Max() & Min();
- refactoring;
- Added var2str(1) and var2str(2) [customized versions of num2str for numerical display in 2D plots];
- Added functions from (ex) Functions' Extension: at, ternary booleans, cases, Kronecker, perc, permil;
- Added clone of Ceil() & Floor() from Statistical Tools;
- Added clone of Unknowns() from NonlinearSolvers;
- Added glyph for Conjugate();
- Fixed issues of stack/augment in placeholders for Max() & Min();
- refactoring;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
3 users liked this post
ioan92 3/3/2016 4:51:00 PM, Вячеслав Мезенцев 3/3/2016 3:57:00 PM, Radovan Omorjan 3/3/2016 3:27:00 PM
#60 Posted: 3/7/2016 9:09:06 AM
PLUGIN UPDATED SMath Studio 0.97.5346 and SMath Studio 0.97.5737 and later
- Max and Min reworked to use numerical engine (to fix this bug);
- Max and Min reworked to use numerical engine (to fix this bug);
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
-
New Posts
-
No New Posts