User Portlet User Portlet

Discussions
Thank you for your advice. AbsoluteOptions[gr] in this case doesn't work because Thickness[Large] is not Options. AbsoluteOptions get numerical value for Axes, Frame, Ticks ... but not for graphics primitives. I agree with you that...
Hi, Thank you for your feedback. I looked at the link, but the example did not help me. During searching on the Internet I found another interesting link: ...
Thank you for the advice. Now I'm solving other problems but I hope to get back to the topic in time.
Very sorry for the garbled names. I corrected it.
This is exactly what I wanted to know. Thank you.
Alexey wrote solution where is used values from interpolation coefficient (polynomial). Solved values have small error. If you want solve other t-values and use interpolation function for solution then you can write this code: tab = Table[{t,...
I think that import of many files to your Mathematica Kernel (if it is not necessary) is not good idea. Better way is import one file and do something (preprocessing) and store result. After then clear data and import next file. For my advice I...
Hi Tomáš, it is few hours ago, when has been released Mathematica 10. In new Mathematica version is your task resolved. For exporting “Czech” symbols you can use command Export and result is ok. Best regards Miroslav Müller
Hi, If I understand well, you need to store intermediate results. If the results are solved (evaluation is done), so you can use the Save or DumpSave and then store all context.DumpSave["filename.mx","Global`"]For restoring you can...
Packages are not my area of expertise. At first your package is  ".m" file  or more ".m" files. (may include additional data or documentation) See link: http://stackoverflow.com/questions/4641512/how-to-install-new-packages-for-mathematica There is...