1 Pages (9 items)
question about 2D graph - Messages
#1 Posted: 6/14/2020 2:46:33 PM

hello again.
How can I get a graph from a variable? Example in graph 2 where nothing appears.
the content of the variable is pasted directly into graph 1 and
there it is working
I generate the matrices to draw a series of rectangles
but I don't know in advance how many rectangles will be drawn
that's why I require to use a variable that contains a system of several matrices
is there another solution?
stack-of-rec.sm (29 KiB) downloaded 51 time(s).
#2 Posted: 6/14/2020 6:04:22 PM
There might be other issues, but one of them could be the bug demonstrated here. Normally, no element assignment should alter the object type from list to matrix as it seems to happen in the line block definition. I think this is another regression, such stuff used to work in older versions (here 7251).
The original desparate workaround with str2num tries to handle the bug. Normally you should be able to reliably initialize a variable using any object of appropriate type.

Lists.sm (7 KiB) downloaded 50 time(s).
The original desparate workaround with str2num tries to handle the bug. Normally you should be able to reliably initialize a variable using any object of appropriate type.
Lists.sm (7 KiB) downloaded 50 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#3 Posted: 6/14/2020 7:48:13 PM
Wroteis there another solution?
Transit the 'gg' matrices via file, plot.
stack-of-rec.sm (31 KiB) downloaded 48 time(s).
#4 Posted: 6/14/2020 8:56:33 PM
thank you very much Martin Kraska and also to you Jean Giraud
both options work well
I attach the file with Martin's suggestion, which I
It seems what I was looking for, and I take note of the solution
Jean who as always is very helpful and educational
since you learn a lot from these examples.
Thank you!
stack-of-rec.sm (23 KiB) downloaded 56 time(s).
both options work well
I attach the file with Martin's suggestion, which I
It seems what I was looking for, and I take note of the solution
Jean who as always is very helpful and educational
since you learn a lot from these examples.
Thank you!
stack-of-rec.sm (23 KiB) downloaded 56 time(s).
#5 Posted: 6/14/2020 9:04:19 PM
Much simpler Amigo ...
Isolate 'gg' gg:= gg ...or rectangles:= gg
Isolate 'gg' gg:= gg ...or rectangles:= gg
#6 Posted: 6/14/2020 9:44:58 PM
WroteMuch simpler Amigo ...
Isolate 'gg' gg:= gg ...or rectangles:= gg
Hahaha yes! this work too.

#7 Posted: 6/15/2020 11:39:52 AM
If you want unicolor plot and rotation,
you may have to reconsider your construction.
Utilities XY [Draw Truss].sm (22 KiB) downloaded 61 time(s).
stack-of-rec.sm (37 KiB) downloaded 61 time(s).
you may have to reconsider your construction.
Utilities XY [Draw Truss].sm (22 KiB) downloaded 61 time(s).
stack-of-rec.sm (37 KiB) downloaded 61 time(s).
1 users liked this post
churichuro 5/12/2021 1:36:00 PM
#8 Posted: 6/15/2020 1:55:02 PM
Your H beam, you can have it SVG style.
Spline De Casteljau SVG Hbeam.sm (41 KiB) downloaded 59 time(s).
Spline De Casteljau SVG Hbeam.sm (41 KiB) downloaded 59 time(s).
#9 Posted: 6/15/2020 2:26:17 PM
WroteThere might be other issues, but one of them could be the bug demonstrated here. Normally, no element assignment should alter the object type from list to matrix as it seems to happen in the line block definition. I think this is another regression, such stuff used to work in older versions (here 7251).
The original desparate workaround with str2num tries to handle the bug. Normally you should be able to reliably initialize a variable using any object of appropriate type.
The issue demonstrated in the above post nails down to unexpected handling of single element lists used to initialize the data under numeric optimization.
lists2.sm (6 KiB) downloaded 61 time(s).
Martin Kraska
Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 users liked this post
1 Pages (9 items)
-
New Posts
-
No New Posts