Table Region - Extends SMath Studio with a table region. - Messages
Hello Alex 
That's an interesting idea; I've something in my mind but is not yet fully defined. Now I'm working to complete a new plugin, then I'll start to update the core of the table region, I know there are several bugs to fix and things to add. This will require time.
Of course you can play with the code, there aren't restrictions
That's an interesting idea; I've something in my mind but is not yet fully defined. Now I'm working to complete a new plugin, then I'll start to update the core of the table region, I know there are several bugs to fix and things to add. This will require time.
Of course you can play with the code, there aren't restrictions
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Alexander O. Melnik 2015/12/9 13:52:00
Hi Davide,
I looked at the code - it seems to be somewhat out of my league (at least for now). I might just wait till you decide it is time to use table region for matrix creation.
Thank you for your hard work here!
I looked at the code - it seems to be somewhat out of my league (at least for now). I might just wait till you decide it is time to use table region for matrix creation.
Thank you for your hard work here!
1 users liked this post
Davide Carpi 2015/12/10 11:28:00
Wrotea convincing example of where display contents editing is useful.
_____________________________
I agree with Martin:
1. If your matrix is wrong: recreate the same way you did "wrong" but this time "right"
2. If you create a matrix from a *.PDF, address the element you want to correct.
3. You can extract "row', "col"
4. You can insert row(s) by submatrix and stacking.
5. You can insert col(s) by transposing by [4. above] and re-transpose.
If you are given a horse, don't ask for the saddle.
à cheval donné: ne demande pas la bride
"Edit" is a very large word, especially if not exemplified.
No work sheet = No problem !
Jean
This work sheet may be useful. Many important modules are missing:
1. Replace part of a matrix by another one.
2. Insert row(s)/col(s) at specific position.
...etc.
Jean
Utilities Matrix.sm (161.71 KiB) downloaded 976 time(s).
1. Replace part of a matrix by another one.
2. Insert row(s)/col(s) at specific position.
...etc.
Jean
Utilities Matrix.sm (161.71 KiB) downloaded 976 time(s).
1 users liked this post
ioan92 2015/12/18 06:16:00
As shown in the attached image, I encounter a problem using SMath-formatted labels for table headers.
This problem did not exist in previous versions as highlighted in the image.
In particular, the problem seems to be limited to the use of "." for the subscript.
I note that the opening "TableRegion.sm" of the sample file causes the program to crash Smath (only in version 098.6356).
sergio
[albumimg]1457[/albumimg]
This problem did not exist in previous versions as highlighted in the image.
In particular, the problem seems to be limited to the use of "." for the subscript.
I note that the opening "TableRegion.sm" of the sample file causes the program to crash Smath (only in version 098.6356).
sergio
[albumimg]1457[/albumimg]
1 users liked this post
Davide Carpi 2017/7/5 09:34:00
Thank you Sergio,
please try with the updated plugin
please try with the updated plugin
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
sergio 2017/7/5 14:55:00
Wow I had no idea this plugin even existed.
Thanks so much to the SMath contributors and especially Davide for this plugin.
Thanks so much to the SMath contributors and especially Davide for this plugin.
Ok works as well as before
thank you Davide
thank you Davide
Davide,
I looked through the example files but I didn't see anything that addressed my situation.
I'm not sure if this is even possible or if I overlooked the option.
Is there a way to word wrap the header to fit a set width for the numeric table values?
The second table in the screenshot is similar to what I'm trying to achieve.

I also made a quick example in excel to help illustrate.

I was also going to use the footnote option as an alternative but I'm came across a similar problem where I couldn't widen the note section since it appears dependent on the table width.

I looked through the example files but I didn't see anything that addressed my situation.
I'm not sure if this is even possible or if I overlooked the option.
Is there a way to word wrap the header to fit a set width for the numeric table values?
The second table in the screenshot is similar to what I'm trying to achieve.
I also made a quick example in excel to help illustrate.
I was also going to use the footnote option as an alternative but I'm came across a similar problem where I couldn't widen the note section since it appears dependent on the table width.
Hello [userlink]uncblue[/userlink],
I guess this feature is not available (I have to double check the code but I'm almost sure I haven't ooded it).
This plugin has a lot of room for improvements (and several fixes), I'll try to come back on it in the future!
I guess this feature is not available (I have to double check the code but I'm almost sure I haven't ooded it).
This plugin has a lot of room for improvements (and several fixes), I'll try to come back on it in the future!
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
uncblue 2017/7/5 21:59:00
WroteHello [userlink]uncblue[/userlink],
I guess this feature is not available (I have to double check the code but I'm almost sure I haven't ooded it).
This plugin has a lot of room for improvements (and several fixes), I'll try to come back on it in the future!
Ok, that sounds great.
I'm so glad I came across this plugin because I was creating "ugly" tables manually before I found this.
Hi,
found an issue in Version 0.1.6395.15149, using SMath 0.98.64.84.
It is related to using commas (,) for decimal separator.
The plugin seems to replace every point with a comma, also where used as subsript.
e. g. "BS,k" (the string "BS,k" cannot be found in the sm-File).
Tables work well if point as decimal separator is used.
Bevor calculation:

After calculation:

found an issue in Version 0.1.6395.15149, using SMath 0.98.64.84.
It is related to using commas (,) for decimal separator.
The plugin seems to replace every point with a comma, also where used as subsript.
e. g. "BS,k" (the string "BS,k" cannot be found in the sm-File).
Tables work well if point as decimal separator is used.
Bevor calculation:
After calculation:
Thank you [userlink]MarB[/userlink], I'll look into it ASAP
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
2 users liked this post
PLUGIN UPDATED SMath Studio 0.98.6484 and later
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
5 users liked this post
sergio 2017/10/8 16:15:00, Oscar Campo 2017/10/8 18:52:00, NDTM Amarasekera 2017/10/8 23:36:00, Martin_B 2017/10/9 02:59:00, frapuano 2017/10/9 03:37:00
Thanks for your improvement, Davide.
In following screenshot you can see the following behaviour:
With number format set to default...
- numbers are always written with exponent (left/right stub also)
- strings are printed with surrounding "" and Expressions are not formatted
By changing the number format to number, everything looks as usual.
Is that intended?

In following screenshot you can see the following behaviour:
With number format set to default...
- numbers are always written with exponent (left/right stub also)
- strings are printed with surrounding "" and Expressions are not formatted
By changing the number format to number, everything looks as usual.
Is that intended?
1 users liked this post
Davide Carpi 2017/10/9 04:14:00
Thank you,
it's a bug indeed, I'll fix it later today.
it's a bug indeed, I'll fix it later today.
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Oscar Campo 2017/10/9 20:08:00
please try again now
PLUGIN UPDATED
PLUGIN UPDATED
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
Martin_B 2017/10/10 14:39:00
- New Posts
- No New Posts