Rank: 267 based on 458 downloads (last 30 days) and 4 files submitted
photo

Georg Stillfried

E-mail
Company/University
DLR - german aerospace center
Lat/Long
48.084347, 11.275831

Personal Profile:

Professional Interests:

 

Watch this Author's files

 

Files Posted by Georg View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Oct 2009 Screenshot 3D colored line plot Plot 3D lines with CData, (actually surface) Author: Georg Stillfried 3d, specialized, surface, plotting, plot, color line 162 0
20 Oct 2009 Screenshot Matlab Icon for Linux (with Transparency) A nice icon to use as Matlab start button in Linux. Author: Georg Stillfried button, gui, icon, logo 222 3
  • 4.0
4.0 | 2 ratings
21 Sep 2009 Screenshot mArrow3.m - easy-to-use 3D arrow Draw a 3D arrow. Easily specify size, color and even transparency. Author: Georg Stillfried graphics, arrow, arrowhead, 3d, patch, transparent 61 0
26 May 2009 Screenshot index.m - create a list of the indices and values of an array Create a list where each value (content) of an array is displayed together with its index. Author: Georg Stillfried matrix, index, indexes, matrices, array, sorted 13 2
Comments and Ratings by Georg View all
Updated File Comments Rating
21 Oct 2009 Matlab Icon for Linux (with Transparency) A nice icon to use as Matlab start button in Linux. Author: Georg Stillfried

Edges are now transparent.

17 Aug 2009 sym2str Converts symbolic variables to matlab strings using array opperations. Author: Martin Lawson

26 May 2009 index.m - create a list of the indices and values of an array Create a list where each value (content) of an array is displayed together with its index. Author: Georg Stillfried

Thank you Jos. Your suggestion is now incorporated in an improved version.

13 May 2009 Scalable Vector Graphics (SVG) Export of Figures Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). Author: Juerg Schwizer

The advice by Sebastien Besson did the trick. Thanks!

28 Apr 2009 patch2stl Export a vertices/faces patch to an STL triangular mesh Author: Sven

Worked fine!

Comments and Ratings on Georg's Files View all
Updated File Comment by Comments Rating
21 Oct 2009 Matlab Icon for Linux (with Transparency) A nice icon to use as Matlab start button in Linux. Author: Georg Stillfried Stillfried, Georg

Edges are now transparent.

19 Oct 2009 Matlab Icon for Linux (with Transparency) A nice icon to use as Matlab start button in Linux. Author: Georg Stillfried Woodford, Oliver

The edges still don't appear to be transparent. If you have export_fig (here on the FEX) then the following gives a good result:
logo; set(gcf, 'color', 'none', 'position', [101 100 127 128]); export_fig matlabicon.png -nocrop

16 Oct 2009 Matlab Icon for Linux (with Transparency) A nice icon to use as Matlab start button in Linux. Author: Georg Stillfried Pohjalainen, Ilkka

The edge of the 3D-plot should have been made transparent so that the icon show nicely against dark background.

26 May 2009 index.m - create a list of the indices and values of an array Create a list where each value (content) of an array is displayed together with its index. Author: Georg Stillfried Stillfried, Georg

Thank you Jos. Your suggestion is now incorporated in an improved version.

05 Sep 2008 index.m - create a list of the indices and values of an array Create a list where each value (content) of an array is displayed together with its index. Author: Georg Stillfried x@y.z, Jos

I suggest you look at IND2SUB, which allows for easy vectorization
% START OF CODE
a = [3 2 1 ; 7 0 1 ; NaN -1 Inf] ; % some data
[ind{1:ndims(a)}] = ind2sub(size(a),1:numel(a)) ;
r = [cat(1,ind{:}).' a(:)]
% END OF CODE
  
and work from that onwards ...
On the good side, at least you provided some help, but take care of a proper H1 line used by LOOKFOR.

Top Tags Applied by Georg
3d, cdata, graphics, annotation, array
Files Tagged by Georg View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Oct 2009 Screenshot 3D colored line plot Plot 3D lines with CData, (actually surface) Author: Georg Stillfried 3d, specialized, surface, plotting, plot, color line 162 0
20 Oct 2009 Screenshot Matlab Icon for Linux (with Transparency) A nice icon to use as Matlab start button in Linux. Author: Georg Stillfried button, gui, icon, logo 222 3
  • 4.0
4.0 | 2 ratings
21 Sep 2009 Screenshot mArrow3.m - easy-to-use 3D arrow Draw a 3D arrow. Easily specify size, color and even transparency. Author: Georg Stillfried graphics, arrow, arrowhead, 3d, patch, transparent 61 0
16 Aug 2009 Screenshot Scalable Vector Graphics (SVG) Export of Figures Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). Author: Juerg Schwizer svg filters, data export, animation, shadow, svg, plotting 199 50
  • 4.40816
4.4 | 52 ratings
26 May 2009 Screenshot index.m - create a list of the indices and values of an array Create a list where each value (content) of an array is displayed together with its index. Author: Georg Stillfried matrix, index, indexes, matrices, array, sorted 13 2
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com