Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


7 Pages<12345>»
Options
Go to last post Go to first unread
Offline jurep  
#41 Posted : 19 August 2014 12:26:39(UTC)
jurep

Rank: Newbie

Groups: Registered
Joined: 04/09/2012(UTC)
Posts: 5
Slovenia
Location: Lukovica

In the last version of Smath, the plugin is not working any more Sad
Offline Davide Carpi  
#42 Posted : 19 August 2014 13:25:12(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Originally Posted by: jurep Go to Quoted Post
In the last version of Smath, the plugin is not working any more Sad


Hello jurep, what kind of problem did you notice? Your Operating System?
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline jurep  
#43 Posted : 20 August 2014 11:43:37(UTC)
jurep

Rank: Newbie

Groups: Registered
Joined: 04/09/2012(UTC)
Posts: 5
Slovenia
Location: Lukovica

Hi!

I get this message

test

my system is win7
Offline Davide Carpi  
#44 Posted : 20 August 2014 12:14:54(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
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

Code:
<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
Code:
<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
Code:
18dadffd-79a3-4cf9-aee1-d66deb0ea720



Let me know if this solve your issues Good


Best regards,

Davide

Edited by user 20 August 2014 12:25:26(UTC)  | Reason: Not specified

Davide Carpi attached the following image(s):
2014-08-20 11_08_36-C__Users_Davide_Desktop_test.sm - Notepad++.png
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline jurep  
#45 Posted : 20 August 2014 12:35:50(UTC)
jurep

Rank: Newbie

Groups: Registered
Joined: 04/09/2012(UTC)
Posts: 5
Slovenia
Location: Lukovica

Thanks for super fast replay! It works now! thanks again!
Offline Davide Carpi  
#46 Posted : 20 August 2014 12:46:28(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
You're welcome Good
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline mkraska  
#47 Posted : 04 September 2014 00:34:45(UTC)
mkraska


Rank: Advanced Member

Groups: Registered
Joined: 15/04/2012(UTC)
Posts: 1,980
Germany

Was thanked: 1120 time(s) in 718 post(s)
Has sys2mat.1() been withdrawn or is this a bug?
File Attachment(s):
Section lists functions.sm (16kb) downloaded 58 time(s).
mkraska attached the following image(s):
sys2mat.PNG
Martin Kraska

Pre-configured portable distribution of SMath Studio: https://smath.com/wiki/SMath_with_Plugins.ashx
Offline Davide Carpi  
#48 Posted : 04 September 2014 15:25:42(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
ops... Confusion

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. Biggrin

Edited by user 04 September 2014 16:00:12(UTC)  | Reason: Not specified

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline Davide Carpi  
#49 Posted : 02 December 2014 13:23:03(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
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)

Edited by user 02 December 2014 14:45:04(UTC)  | Reason: link fixed

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 02/12/2014(UTC)
Offline csb531  
#50 Posted : 16 December 2014 14:02:40(UTC)
csb531


Rank: Member

Groups: Registered
Joined: 10/10/2012(UTC)
Posts: 24
Netherlands

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

Thank you very much Davide Good
Offline mkraska  
#51 Posted : 22 September 2015 10:02:09(UTC)
mkraska


Rank: Advanced Member

Groups: Registered
Joined: 15/04/2012(UTC)
Posts: 1,980
Germany

Was thanked: 1120 time(s) in 718 post(s)
sys2mat.1() again seems to be missing...
File Attachment(s):
sys2mat.1.sm (5kb) downloaded 59 time(s).
Martin Kraska

Pre-configured portable distribution of SMath Studio: https://smath.com/wiki/SMath_with_Plugins.ashx
Offline Davide Carpi  
#52 Posted : 22 September 2015 11:11:36(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
works for me... what version of the plugin do you have? Umnik

Edited by user 22 September 2015 11:16:26(UTC)  | Reason: Not specified

Davide Carpi attached the following image(s):
2015-09-22 10_09_08-Extensions Manager.png
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Offline mkraska  
#53 Posted : 22 September 2015 11:51:39(UTC)
mkraska


Rank: Advanced Member

Groups: Registered
Joined: 15/04/2012(UTC)
Posts: 1,980
Germany

Was thanked: 1120 time(s) in 718 post(s)
Originally Posted by: w3b5urf3r_reloaded Go to Quoted Post
works for me... what version of the plugin do you have? Umnik


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:

Edited by user 22 September 2015 12:06:35(UTC)  | Reason: Not specified

mkraska attached the following image(s):
sys2mat1a.PNG
Martin Kraska

Pre-configured portable distribution of SMath Studio: https://smath.com/wiki/SMath_with_Plugins.ashx
thanks 2 users thanked mkraska for this useful post.
on 22/09/2015(UTC),  on 22/09/2015(UTC)
Offline Davide Carpi  
#54 Posted : 22 September 2015 12:08:52(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Found the bug, I'll update the plugin ASAP
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 22/09/2015(UTC)
Offline Davide Carpi  
#55 Posted : 22 September 2015 12:40:10(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
PLUGIN UPDATED

- fixed localization issues in sys2mat.1() (thanks to Martin Kraska)
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 22/09/2015(UTC)
Offline Davide Carpi  
#56 Posted : 16 January 2016 18:40:38(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
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

Edited by user 16 January 2016 18:47:01(UTC)  | Reason: added screenshot

If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 2 users thanked Davide Carpi for this useful post.
on 16/01/2016(UTC),  on 16/01/2016(UTC)
Offline Davide Carpi  
#57 Posted : 19 January 2016 18:51:21(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
Thank you Ioan, bug confirmed. I'll fix it ASAP.
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 1 user thanked Davide Carpi for this useful post.
on 19/01/2016(UTC)
Offline Jean Giraud  
#58 Posted : 19 January 2016 23:24:51(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,868
Canada

Was thanked: 980 time(s) in 808 post(s)
Alternately if your stuff is in appropriate vector(s)
make it "Smath style"

Jean

Utilities Conjugate_Absolute.sm (12kb) downloaded 71 time(s).
Offline Davide Carpi  
#59 Posted : 03 March 2016 21:25:21(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
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 consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
thanks 3 users thanked Davide Carpi for this useful post.
on 03/03/2016(UTC),  on 03/03/2016(UTC),  on 03/03/2016(UTC)
Offline Davide Carpi  
#60 Posted : 07 March 2016 15:09:06(UTC)
Davide Carpi


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 13/01/2012(UTC)
Posts: 2,639
Man
Italy
Location: Italy

Was thanked: 1323 time(s) in 873 post(s)
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 consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects
Users browsing this topic
Similar Topics
[Custom Functions plugin] cases SS6179 (Bugs & Problems)
by PompelmoTell 07/02/2017 19:14:23(UTC)
7 Pages<12345>»
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.