Custom Functions plugin - functions: extended Max and Min, Unit of Measurement, Order of Magnitude - Сообщения
#121 Опубликовано: 24.05.2021 16:18:17
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 пользователям понравился этот пост
#122 Опубликовано: 31.05.2021 04:17:38
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 Опубликовано: 31.05.2021 11:02:37
WroteIs that really the intended behaviour?
There are miscellaneous applications, mostly Fourier stuff.
Fourier Geometric Coplanar COMPLEX.sm (17 КиБ) скачан 74 раз(а).
#124 Опубликовано: 31.05.2021 11:20:27
#125 Опубликовано: 31.05.2021 11:24:14
#126 Опубликовано: 31.05.2021 12:13:07
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](/ru-RU/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 пользователям понравился этот пост
#127 Опубликовано: 31.05.2021 13:02:53
#128 Опубликовано: 09.06.2021 09:49:05
#129 Опубликовано: 15.06.2021 02:40:15
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 Опубликовано: 15.06.2021 03:19:03
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 Опубликовано: 15.06.2021 03:46:04
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 Опубликовано: 15.06.2021 03:55:31
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 Опубликовано: 15.06.2021 07:56:43
#134 Опубликовано: 19.06.2021 08:12:37
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 Опубликовано: 19.07.2021 15:38:47
#136 Опубликовано: 19.07.2021 16:13:54
#137 Опубликовано: 19.07.2021 18:02:45
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
-
Новые сообщения
-
Нет новых сообщений