Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Coming soon... The ability to explicitly specify the placement of block elements will be added. It looks strange, maybe I'll add some numbering: #1, #2, #3, ... Edited by user 27 October 2024 02:32:33(UTC)
| Reason: Not specified |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,478 Was thanked: 931 time(s) in 591 post(s)
|
|
1 user thanked Razonar for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Plugin updated. Changes: - fixed image handling functions (READRGB(),...); - the appearance of brackets has been changed; - added the ability to explicitly specify an insert for MathcadBlock (##, #1, #2, ...). mathcadblock-explicit-paste.sm (16kb) downloaded 10 time(s).Edited by user 13 November 2024 22:12:58(UTC)
| Reason: Not specified |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Expanding the idea of numbering, we can add syntax:
## - take all as sys|mat|line #i#j - take from i to j ##j - take from 1 to j #i# - take from i to end
and
#i#js - sys(#i,..,#j) #i#jm - mat(#i,..,#j) #i#jl - line(#i,..,#j)
#i#jfun - fun(#i,..,#j)
or
### - insert as parameters: foo(x,y,###) -> foo(x,y,#1,#2,...) ##3# - insert as parameters: foo(x,y,##3#) -> foo(x,y,#1,#2,#3) |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,036 Was thanked: 1168 time(s) in 747 post(s)
|
I encountered a plot problem with the list version of rkfixed(). Probably this also applies to other ODE-integrators with embedded function assignment. In the native 2D Plot: - When plotting a solution function along with a matrix of marker points, then the points won't display - Yet, when using lspline() directly, both objects plot without problems. In X-Y Plot: - When the independent variable has the same name as the solution function (e.g. x(x), then x() is not treated as a function but as the expression x (similar with v(v) or any other name). - A workaround is to use a variable name different from the function name. Yet this is strange, because in SMath x() and x usually are independent objects. plotproblem.sm (31kb) downloaded 4 time(s). |
|
1 user thanked mkraska for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,478 Was thanked: 931 time(s) in 591 post(s)
|
A little step further? (And I say little because I'm not the one who has to improve the code) Take #arg as function parameter? Best regards. Alvaro.
|
1 user thanked Razonar for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
Plugin updated. Changes: - MathcadBlock: the syntax for explicit insertion has been extended. Edited by user 15 November 2024 09:42:56(UTC)
| Reason: Not specified |
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 10/11/2010(UTC) Posts: 1,620 Was thanked: 1382 time(s) in 806 post(s)
|
|
Russia ☭ forever (git.io/vOZo0) Viacheslav N. Mezentsev |
1 user thanked uni for this useful post.
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 15/04/2012(UTC) Posts: 2,036 Was thanked: 1168 time(s) in 747 post(s)
|
Visualization of transformations and matrix norms using implicit plots and automatic scaling of the X-Y plots. Matrixnormen 2D.sm (29kb) downloaded 10 time(s). |
|
3 users thanked mkraska for this useful post.
|
on 15/11/2024(UTC), on 15/11/2024(UTC), on 16/11/2024(UTC)
|
|
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.