question about 2D graph

question about 2D graph - Сообщения

#1 Опубликовано: 14.06.2020 14:46:33
churichuro

churichuro

28 сообщений из 79 понравились пользователям.

Группа: User



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 КиБ) скачан 27 раз(а).
#2 Опубликовано: 14.06.2020 18:04:22
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

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.png
Lists.sm (7 КиБ) скачан 25 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#3 Опубликовано: 14.06.2020 19:48:13
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Wrote

is there another solution?


Transit the 'gg' matrices via file, plot.

stack-of-rec.sm (31 КиБ) скачан 25 раз(а).
#4 Опубликовано: 14.06.2020 20:56:33
churichuro

churichuro

28 сообщений из 79 понравились пользователям.

Группа: User

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 КиБ) скачан 31 раз(а).
#5 Опубликовано: 14.06.2020 21:04:19
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Much simpler Amigo ...
Isolate 'gg' gg:= gg ...or rectangles:= gg
#6 Опубликовано: 14.06.2020 21:44:58
churichuro

churichuro

28 сообщений из 79 понравились пользователям.

Группа: User

Wrote

Much simpler Amigo ...
Isolate 'gg' gg:= gg ...or rectangles:= gg



Hahaha yes! this work too.
#7 Опубликовано: 15.06.2020 11:39:52
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

If you want unicolor plot and rotation,
you may have to reconsider your construction.

Utilities XY [Draw Truss].sm (22 КиБ) скачан 42 раз(а).
stack-of-rec.sm (37 КиБ) скачан 36 раз(а).
1 пользователям понравился этот пост
churichuro 12.05.2021 13:36:00
#8 Опубликовано: 15.06.2020 13:55:02
Jean Giraud

Jean Giraud

983 сообщений из 6866 понравились пользователям.

Группа: User

Your H beam, you can have it SVG style.

Spline De Casteljau SVG Hbeam.sm (41 КиБ) скачан 42 раз(а).
#9 Опубликовано: 15.06.2020 14:26:17
Martin Kraska

Martin Kraska

1222 сообщений из 2150 понравились пользователям.

Группа: Moderator

Wrote

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.



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

lists2.sm (6 КиБ) скачан 38 раз(а).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
2 пользователям понравился этот пост
Davide Carpi 15.06.2020 15:08:00, frapuano 16.06.2020 02:45:00
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений