Rank: Newbie
Groups: Registered
Joined: 26/10/2020(UTC) Posts: 8 Location: Santa Fe
|
Here it is. losa-forum.sm (863kb) downloaded 10 time(s).Sorry Jean but i don't understand what i'm supposed to see. I also get "data - not defined".
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: GermanJG Sorry Jean but I don't understand what I'm supposed to see. I also get "data - not defined". data not defined probably indicates some plugins not installed. Maybe other problems wrt your version.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: GermanJG Here it is. Document does not open ... incorrect format
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 26/10/2020(UTC) Posts: 8 Location: Santa Fe
|
SMath Studio Desktop 64-bit Version: 1.0(build: 8348) Date: 9/11/2022 ConditionallyFormattedLabel: 1.0.8138.35454
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
If you hover over the asd definition you can see that there is an unsolved "d" dependancy that triggers the error. The same happens if you try to force a numerical evaluation using eval() Edited by user 17 January 2023 17:25:39(UTC)
| Reason: Not specified |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Newbie
Groups: Registered
Joined: 26/10/2020(UTC) Posts: 8 Location: Santa Fe
|
Originally Posted by: Davide Carpi If you hover over the asd definition you can see that there is an unsolved "d" dependancy that triggers the error. The same happens if you try to force a numerical evaluation using eval() That is it! As allways thanks!! But still don't understand why Jean files fails.
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: GermanJG SMath Studio Desktop 64-bit Version: 1.0(build: 8348) Date: 9/11/2022 Slide left the Formatted Label Side right the graph, remove the Σ no definido You should see the plot.
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
Originally Posted by: GermanJG That is it!
As allways thanks!! You're welcome! Originally Posted by: GermanJG But still don't understand why Jean files fails. There is an excel data import at the begin of the file, is not related to the issue however so it doesn't matter. nevermind I was looking at your file. If you remove the 3 inline evaluations it will work. Edited by user 17 January 2023 18:28:39(UTC)
| Reason: Not specified |
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
|
|
|
Rank: Newbie
Groups: Registered
Joined: 26/10/2020(UTC) Posts: 8 Location: Santa Fe
|
Originally Posted by: Davide Carpi
There is an excel data import at the begin of the file, is not related to the issue however so it doesn't matter. nevermind I was looking at your file.
My file can be an example of things NOT to do. Originally Posted by: Davide Carpi
If you remove the 3 inline evaluations it will work.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/10/2023(UTC) Posts: 6
|
Hi, Can we manage the units that are displayed? I have a load in kN/m2 and the result appears as kg/(m*s2). The idea is to present only positive values (with the appropriate unit). kind regards Conditionally Formatted Labels_unity.sm (6kb) downloaded 11 time(s).
|
|
|
|
Rank: Advanced Member Groups: Registered, Advanced Member Joined: 13/01/2012(UTC) Posts: 2,693 Location: Italy Was thanked: 1368 time(s) in 895 post(s)
|
The easier way might be something like this Code:press2text(x):line(concat(var2str(x/'kPa,1),"\0020\kN\002F\m\00B2\"),1,1)
|
If you like my plugins consider to support SMath Studio buying a plan; to offer me a coffee: paypal.me/dcprojects |
1 user thanked Davide Carpi for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/10/2023(UTC) Posts: 6
|
Thank you very much. This is exactly what I needed.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/10/2023(UTC) Posts: 6
|
Hi, I'm looking for a way to represent the letter D as a subscript. Unfortunately, Unicode doesn't seem to provide this option...
Is there any possibility to parameterize individual characters that will be presented?
|
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Originally Posted by: Karol_R I'm looking for a way to represent the letter D as a subscript You can subscribe whatever. mysystem dot HelloGrandMa
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/10/2023(UTC) Posts: 6
|
Originally Posted by: Jean Giraud Originally Posted by: Karol_R I'm looking for a way to represent the letter D as a subscript You can subscribe whatever. mysystem dot HelloGrandMa Hi, thanks for the information, but I'm not sure if I expressed myself correctly. I mean the subscripts in the "phrases" that I marked in the drawing. Davide sent the function shown above in which I need to use subscripts.
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 10/12/2009(UTC) Posts: 250 Location: Cali, Colombia Was thanked: 89 time(s) in 68 post(s)
|
|
|
|
|
Rank: Advanced Member Groups: Registered
Joined: 28/08/2014(UTC) Posts: 1,440 Was thanked: 891 time(s) in 566 post(s)
|
Hi Karol. This could be a workaround, using the SMath Plot region. label.sm (7kb) downloaded 9 time(s).Best regards. Alvaro.
|
1 user thanked Razonar for this useful post.
|
|
|
Rank: Guest
Groups: Registered
Joined: 04/07/2015(UTC) Posts: 6,866 Was thanked: 983 time(s) in 811 post(s)
|
Subscripts in native Solver 30405. Collect as many the project needs, call the wanted by indexing. Maths Subscript.sm (11kb) downloaded 7 time(s).
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/10/2023(UTC) Posts: 6
|
Originally Posted by: Razonar Hi Karol. This could be a workaround, using the SMath Plot region. label.sm (7kb) downloaded 9 time(s).Best regards. Alvaro. Wow great Alvaro. Thank you very much. I'm impressed.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/10/2023(UTC) Posts: 6
|
Originally Posted by: Jean Giraud Subscripts in native Solver 30405. Collect as many the project needs, call the wanted by indexing. Maths Subscript.sm (11kb) downloaded 7 time(s). Jean Giraud, Thank you too. But I have to put in some effort to understand what you sent. Kind regards
|
|
|
|
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.