Custom Functions plugin - functions: extended Max and Min, Unit of Measurement, Order of Magnitude - Messages
#121 Posted: 5/24/2021 4:18:17 PM
Fixed, plugin updated.
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
#122 Posted: 5/31/2021 4:17:38 AM
The function mat2sys.1 affects also the inner matrix, if evaluated numerically AND if this inner matrix contains only element.
Is that really the intended behaviour?

I wanted to build my own mat2sys.1 using num2str, ... replace mat with sys... str2num
Looks like str2num is the "culprit", at least in my own function (only while evaluating numerically).

Maybe the better question is: Is this behaviour of str2num intended?
Is that really the intended behaviour?
I wanted to build my own mat2sys.1 using num2str, ... replace mat with sys... str2num
Looks like str2num is the "culprit", at least in my own function (only while evaluating numerically).
Maybe the better question is: Is this behaviour of str2num intended?
#123 Posted: 5/31/2021 11:02:37 AM
WroteIs that really the intended behaviour?
There are miscellaneous applications, mostly Fourier stuff.
Fourier Geometric Coplanar COMPLEX.sm (17 KiB) downloaded 40 time(s).
#124 Posted: 5/31/2021 11:20:27 AM
#125 Posted: 5/31/2021 11:24:14 AM
#126 Posted: 5/31/2021 12:13:07 PM
The behaviour is driven by the evaluation of the outer sys(); on numerical evaluation, the "first level" of 1x1 matrices is suppressed.
![2021-05-31 17_10_48-SMath Studio - [Documento1_].png](/en-US/file/RxCpBG/2021-05-31-17_10_48-SMath-Studio---_Documento1___png)
I'm not sure if it is really intended, but it might be part of the special behaviours of sys() (have to check the code/ask Andrey).
I'm not sure if it is really intended, but it might be part of the special behaviours of sys() (have to check the code/ask Andrey).
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
#127 Posted: 5/31/2021 1:02:53 PM
#128 Posted: 6/9/2021 9:49:05 AM
#129 Posted: 6/15/2021 2:40:15 AM
Wrote
Sorry for pulling this to the surface.
I am wondering if I am the only one, who's using continue/break in a similar way.
At the moment I replace every cases with if(s), when used in combination with for loops and continue/break.
#130 Posted: 6/15/2021 3:19:03 AM
WroteFound a bug in cases in combination with for loops and continue:
Two identical loops.
If if(,,) is used, continue causes the rest to be skipped (as expected).
If cases(,,) is used, continue has no effect
appVersion(4)="0.99.7822.147"
Confirmed, with a strange behavior.
Reversing the cases makes it correct.
#131 Posted: 6/15/2021 3:46:04 AM
At first glance I'm not sure about the cause, I'll check it.
However looking at the screenshot I have to point out once again that in general you shouldn't put definitions inside cases().
Unlike if(), when a condition or a case fails instead of throwing an error the whole function is returned like if doesn't exists. The consequence is that every argument is exposed and preprocessed, with potential unwanted behaviors respect to the expected logic. This is on the edge of SMath possibilities, but is what makes possible to use cases() whereas if() usually fails.
However looking at the screenshot I have to point out once again that in general you shouldn't put definitions inside cases().
Unlike if(), when a condition or a case fails instead of throwing an error the whole function is returned like if doesn't exists. The consequence is that every argument is exposed and preprocessed, with potential unwanted behaviors respect to the expected logic. This is on the edge of SMath possibilities, but is what makes possible to use cases() whereas if() usually fails.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#132 Posted: 6/15/2021 3:55:31 AM
Wrote
Sorry for pulling this to the surface.
Nothing to be afraid, is in the best interests of anyone having things to work flawlessly

WroteConfirmed, with a strange behavior.
Reversing the cases makes it correct.
Interesting, nice catch .
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#133 Posted: 6/15/2021 7:56:43 AM
#134 Posted: 6/19/2021 8:12:37 AM
PLUGIN UPDATED SMath Studio 0.99.7822 and later 

- image2rgb/image2rgba: implemented different algorithm for linux users;
- image2rgb/image2rgba fixed exception on failed disposal of temporary files;
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
#135 Posted: 7/19/2021 3:38:47 PM
#136 Posted: 7/19/2021 4:13:54 PM
#137 Posted: 7/19/2021 6:02:45 PM
WroteSometimes a line at the right place helps a lot.
And hovering the mouse over an expression helps finding the glitch.
Hah, I get it. Mysterious (but necessary according to this) line again.
Even though I use smath several years, I still forgot some of its tricks.
No need to hover the mouse, lasterror() has the same behavior.
Regards
-
New Posts
-
No New Posts