User Portlet User Portlet

Discussions
If you want to handle many pictures, it is useful to have a SystemDialog helping you. I do it this way: First I define a start directory once: startdirectory = "\\\\Whisper\\c\\Users\\ingol\\OneDrive\\Foton"; Then I open a file window,...
I am trying to write a fitting routine, similar to LinearModelFit and NonlinearModelFit. I would like to generate a similar type of output, that is a FittedModel structure. It could look like this, if you apply FullForm to the result to a...
Thanks!