Loki.yggdrasill.info


fis2vector

Posted in development by Loki on the May 22nd, 2006

here a short description to plot out a matlab fuzzy vector graphic in eps, ai or other vector formats.

  • % read fis to buffer
  • a = readfis(’H:/test’);
  • % plot first member function of input data from buffer a
  • plotmf(a,’input’,1)
  • % sets x-axis label to “Input: myInputData”
  • xlabel(’Input: myInputData’)

other preferences can be seted in the figure window too. Like titel, grid, arrows, …
see also: FuzzyToolBox, Example.eps

Calendar Maping in SWT

Posted in development, eclipse, java by Loki on the May 19th, 2006

Selection ScreenshotThis is the first development release of the ExtendetYDatePicker. A SWT based Day selection Widget. Public release at least at first of July.