Search Comments and Ratings

go

Comments and Ratings

   
Date File Comment by Comment Rating
08 Jan 2009 curvspace Generate evenly spaced points along an existing curve in 2D or 3D. Author: Yo Fukushima Tagliasacchi, Andrea

thanks a lot, I didn't want to lose time re-implementing it!

26 Feb 2008 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima De Masi, Fred

Great! Cheers!

17 Jan 2007 curvspace Generate evenly spaced points along an existing curve in 2D or 3D. Author: Yo Fukushima Mensing, Sven

Thank you for your excellent function. If you replace the distance by

function l = distance(x,y)
l = sqrt(sum((x-y).^2,2));

and calculate the distance between the points as follows:

dist_bet_pts = distance ( p(1:(length(p)-1),:), p(2:length(p),:));

you can increase the speed of curvspace by 300%.

Thanks again

Sven Mensing

12 Dec 2006 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima Moosmann, Matthias

Perfect! Exactly what I was looking for!
Thanks!

09 Nov 2006 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima Vargas Aguilera, Carlos Adrián

Great, and agree with Lupita (nice name)!

06 Nov 2006 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima Marquez, Lupita

Good, i improved it by setting the input as a matriz with 3 columns, and with the size of the map as a varargin (default 256).

03 May 2006 SIMPGDSEARCH Multi-dimensional unconstrained nonlinear minimization using grid search + Simplex method. Author: Yo Fukushima Radmanesh, Ramin

The execution is terminated by the following error message:

??? Error using ==> eval
Undefined command/function 'setprod'.

Error in ==> simpgdsearch at 64
eval(['model = setprod(' str ');']);

25 Mar 2006 curvspace Generate evenly spaced points along an existing curve in 2D or 3D. Author: Yo Fukushima Daniel, Daniel

Works Great! This is an incredibly useful tool. Unlike Matlab's interp functions the X-data does not have to be distint.

Thankyou for this handy function.

03 Feb 2006 curvspace Generate evenly spaced points along an existing curve in 2D or 3D. Author: Yo Fukushima Jurcak, Valer

Works fine, thaks. Please make N input also as percentual legth.
if N < 1 % e.g. 0.1 make new point every 10% of totaldist.
    N = N * totaldist;
end

04 Dec 2005 planenormvec Calculate the normal vector of a plane in 3D that contains three points. Author: Yo Fukushima Kid, Dumb

I tried a simple example of finding normal to the x-y plane using p1(0,0,0) p2(1,0,0) p3(0,1,0). It gives me following error "Three points are badly placed."

22 Nov 2005 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima Williams, Tom

Very useful, especially the intensity interpolation figure. How about including the ability to generate a colormap of arbitrary size?

11 Oct 2005 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima Jain, Megha

The program was really good but what should i do to exploit its full functionality

18 May 2005 curvspace Generate evenly spaced points along an existing curve in 2D or 3D. Author: Yo Fukushima mingyang, meng

It's not as my imagination,but it illumined me .Thank you!

18 May 2005 curvspace Generate evenly spaced points along an existing curve in 2D or 3D. Author: Yo Fukushima mingyang, meng

useful program! It's exact what I want!
Thank you very much!

11 Apr 2005 usercolormap usercolormap lets you create your own colormap in a simple way. Intensity scale can be respected. Author: Yo Fukushima Tinard, Pierre

 

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