Custom Functions plugin

Custom Functions plugin - functions: extended Max and Min, Unit of Measurement, Order of Magnitude - Messages

#41 Posted: 8/19/2014 5:26:39 AM
Jure

Jure

0 likes in 5 posts.

Group: User

In the last version of Smath, the plugin is not working any more
#42 Posted: 8/19/2014 6:25:12 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

Wrote

In 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
Jure

Jure

0 likes in 5 posts.

Group: User

Hi!

I get this message

test

my system is win7
#44 Posted: 8/20/2014 5:14:54 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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

<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
2014-08-20 11_08_36-C__Users_Davide_Desktop_test.sm - Notepad++.png
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
Jure

Jure

0 likes in 5 posts.

Group: User

Thanks for super fast replay! It works now! thanks again!
#46 Posted: 8/20/2014 5:46:28 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Has sys2mat.1() been withdrawn or is this a bug?
sys2mat.PNG
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#48 Posted: 9/4/2014 8:25:42 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#49 Posted: 12/2/2014 7:23:03 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

PLUGIN UPDATED

- restored sys2mat.1
- Max()/Min() now returns itself when a variable is not defined (SS-114)
- Diag() accept systems as input (SS-1248)
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
sergio 12/2/2014 7:57:00 AM
#50 Posted: 12/16/2014 8:02:40 AM
csb531

csb531

0 likes in 24 posts.

Group: User

Hello,
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

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

sys2mat.1() again seems to be missing...
sys2mat.1.sm (4 KiB) downloaded 116 time(s).
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
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

works for me... what version of the plugin do you have?
2015-09-22 10_09_08-Extensions Manager.png
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#53 Posted: 9/22/2015 5:51:39 AM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote

works 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:

Show Spoiler


sys2mat1a.PNG
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 users liked this post
Davide Carpi 9/22/2015 6:12:00 AM, Radovan Omorjan 9/22/2015 7:15:00 AM
#54 Posted: 9/22/2015 6:08:52 AM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

PLUGIN UPDATED

- 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
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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;


2016-01-16 16_42_21-SMath Studio Desktop - [CustomFunctions_examples.sm].png
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 users liked this post
ioan92 1/16/2016 12:49:00 PM, sergio 1/16/2016 2:24:00 PM
#57 Posted: 1/19/2016 12:51:21 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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
Jean Giraud

Jean Giraud

983 likes in 6866 posts.

Group: User

Alternately if your stuff is in appropriate vector(s)
make it "Smath style"

Jean

Utilities Conjugate_Absolute.sm (11 KiB) downloaded 128 time(s).
#59 Posted: 3/3/2016 3:25:21 PM
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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;

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
Davide Carpi

Davide Carpi

1417 likes in 2873 posts.

Group: Moderator

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);
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
  • New Posts New Posts
  • No New Posts No New Posts