Custom Functions plugin

Custom Functions plugin - functions: extended Max and Min, Unit of Measurement, Order of Magnitude - Сообщения

#41 Опубликовано: 19.08.2014 05:26:39
Jure

Jure

0 сообщений из 5 понравились пользователям.

Группа: User

In the last version of Smath, the plugin is not working any more
#42 Опубликовано: 19.08.2014 06:25:12
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 20.08.2014 04:43:37
Jure

Jure

0 сообщений из 5 понравились пользователям.

Группа: User

Hi!

I get this message

test

my system is win7
#44 Опубликовано: 20.08.2014 05:14:54
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 20.08.2014 05:35:50
Jure

Jure

0 сообщений из 5 понравились пользователям.

Группа: User

Thanks for super fast replay! It works now! thanks again!
#46 Опубликовано: 20.08.2014 05:46:28
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 03.09.2014 17:34:45
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: 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 Опубликовано: 04.09.2014 08:25:42
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 02.12.2014 07:23:03
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
sergio 02.12.2014 07:57:00
#50 Опубликовано: 16.12.2014 08:02:40
csb531

csb531

0 сообщений из 24 понравились пользователям.

Группа: User

Hello,
I found this extra functions today... great, I will especially use the Max and Min functions.

Thank you very much Davide
#51 Опубликовано: 22.09.2015 04:02:09
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

sys2mat.1() again seems to be missing...
sys2mat.1.sm (4 КиБ) скачан 78 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#52 Опубликовано: 22.09.2015 05:11:36
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 Опубликовано: 22.09.2015 05:51:39
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: 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:

Показать спойлер


sys2mat1a.PNG
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 пользователям понравился этот пост
Davide Carpi 22.09.2015 06:12:00, Radovan Omorjan 22.09.2015 07:15:00
#54 Опубликовано: 22.09.2015 06:08:52
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
Radovan Omorjan 22.09.2015 07:15:00
#55 Опубликовано: 22.09.2015 06:40:10
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
Radovan Omorjan 22.09.2015 07:15:00
#56 Опубликовано: 16.01.2016 12:40:38
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
ioan92 16.01.2016 12:49:00, sergio 16.01.2016 14:24:00
#57 Опубликовано: 19.01.2016 12:51:21
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
ioan92 19.01.2016 14:42:00
#58 Опубликовано: 19.01.2016 17:24:51
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

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

Jean

Utilities Conjugate_Absolute.sm (11 КиБ) скачан 92 раз(а).
#59 Опубликовано: 03.03.2016 15:25:21
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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 пользователям понравился этот пост
ioan92 03.03.2016 16:51:00, Вячеслав Мезенцев 03.03.2016 15:57:00, Radovan Omorjan 03.03.2016 15:27:00
#60 Опубликовано: 07.03.2016 09:09:06
Davide Carpi

Davide Carpi

1415 сообщений из 2872 понравились пользователям.

Группа: 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
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений