xgboosted
xgboosted
Hi Ralf, Yes, need to set averaging window pixels in Bilateral Filter, but not coefficient like in halfQuadraticFilter. Median and Spline filter is over-smoothing (loss of sharp detail), the aforementioned...
Hi, > the way e.g. Schmid factors are calcualted for twinning and for slip should be exactly the same. Both, twinning systems and slip systems are given by a plane...
It worked but now I have duplicated labels, is there a way to suppress the pole figure annotation? ``` % set pole figure annotation pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'TD','ND'},... 'BackgroundColor','w','tag','axesLabels',varargin{:}); setMTEXpref('pfAnnotations',pfAnnotations);...
I have used it - ``` % set pole figure annotation pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'TD','ND'},... 'BackgroundColor','w','tag','axesLabels',varargin{:}); % uncomment the following line to disable the annotations pfAnnotations = @(varargin) do_nothing; setMTEXpref('pfAnnotations',pfAnnotations);...
Hi Ralf, I was wondering if this feature has been updated in MTEX (Moving the vector3d axis labels outside of the hemisphere boundary in Pole Figure).
I did this - ``` % set pole figure annotation pfAnnotations = @(varargin) text([vector3d.X,vector3d.Y],{'TD','ND'},... 'BackgroundColor','w','tag','axesLabels',varargin{:}); % uncomment the following line to disable the annotations pfAnnotations = @(varargin) []; setMTEXpref('pfAnnotations',pfAnnotations); ```...
I was able to get the handle on the title, but could not align it properly. So I went with transparent background and bright color for now. However, I will...
Latest version. Is it related to Windows 10 notification or WakeOnLan's own notification?
I have just uninstalled, and then reinstalled it. Still the same, notifications are happening even though I have set it to be False in the Options menu.
Just uploaded the file you requested, let's hope this issue will be resolved shortly.