| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 20 Nov 2009 | Surface Curvature Vectorized surface curvature computation | Zhang, Jason | Cool, see how it works! |
|
| 06 Nov 2009 | NURBS Converted NURBS toolbox | Yang, Ocean | Great work! However, I find a problem in computing the first derivatives for B-spline curves/surfaces with inner multiple-knots, e.g., [0 0 0 0.5 0.5 1 1 1]. When I evaluate the first derivatives at u=0.5, it seems wrong. |
|
| 07 Oct 2009 | NURBS Converted NURBS toolbox | Trautmann, Eric | I found a copy of the NURBS toolbox (for 2006b) here: http://webscripts.softpedia.com/script/Scientific-Engineering-Ruby/Mathematics/nurbs-33691.html Does anyone know if there's a newer version of this? |
|
| 24 Sep 2009 | CELL2STR CELL2STR converts a cell array of strings into a character array. | Cococcioni, Marco | Although Jos and us are right, I think this function deserves to stay here, because its name is more intuitive that the built-in 'char', which is not expected to do the conversion. The high number of downloads of this function seems to confirm my opinion. Best regards, MC |
|
| 01 Sep 2009 | NURBS Converted NURBS toolbox | Xiao, Di | Cannot find the original NURBS Toolbox |
|
| 24 Aug 2009 | NURBS Converted NURBS toolbox | haidi | The link to the original NURBS library no longer works.
Could anyone could upload it again? Thanks |
|
| 02 Jul 2009 | WORKBAR Efficient and stylish alternative to WAITBAR. | andrey | preventing waitbar from slowing down your calculation:
|
|
| 15 Apr 2009 | igesout Convert surfaces, curves and lines to IGES file | Matt | I had trouble with changing the units from 'IN' to 'MM'. I had to remove {:} after vargin in the call to setParams. Also, inside of setParams, I moved G to be outside of the 'lower' function. I'm using V7.7, so maybe it used to work this way in a previous version. |
|
| 14 Apr 2009 | NURBS Converted NURBS toolbox | Jesper | I've had the same problems with the weights and fixed it in this way:
This code applies the weights, but there is still a problem with nrbplot.m, but this is fixed by changing line 101 from
Where ggg is some variable, which isnt used afterwards. Besides these small errors, this code is great. Maybe there are more error, but this works for me for now. |
|
| 28 Mar 2009 | NURBS Converted NURBS toolbox | sheethal | I am finding several problems with this code:
2. democurve.m hangs and MATLAB crashes. Just running it without any modification does so. |
|
| 11 Mar 2009 | WORKBAR Efficient and stylish alternative to WAITBAR. | Han, Namshik | ||
| 10 Mar 2009 | CELL2STR CELL2STR converts a cell array of strings into a character array. | us | this is exactly what CHAR does - in one simple shot...
|
|
| 10 Mar 2009 | CELL2STR CELL2STR converts a cell array of strings into a character array. | Jos | Nice programming exercise for duplicating the built-in CHAR function. Please remove. |
|
| 09 Mar 2009 | CELL2STR CELL2STR converts a cell array of strings into a character array. | Eaton, Kenneth | How is this different from the following?... >> str = {'this' 'is' 'a' 'test' 'of' 'cell' '2' 'str'};
ans = this
|
|
| 09 Feb 2009 | igesout Convert surfaces, curves and lines to IGES file | Liang | It is really an excellent code. However, when I try to create a large geometry, it is still time consuming. The function 'swap' excutes too many string copy in the 'while' loop and it cost much time when there are a mount of data points. I rewrote the function as follow and the it only needs 1/3 time. function s = wrap(str,delim,n)
|
|
| 10 Nov 2008 | Frenet FRENET - Frenet-Serret Space Curve Invarients | Z., G. | Hi all,
|
|
| 09 Oct 2008 | WORKBAR Efficient and stylish alternative to WAITBAR. | Robinson, Simon | colour match XP scheme. It would be nice to have an Ubuntu theme too. |
|
| 02 Oct 2008 | igesout Convert surfaces, curves and lines to IGES file | Claxton, Daniel | I have received several questions asking about the reverse process iges conversion ie read an iges file into Matlab. Someone has already submitted a handy toolbox that does just that. You can find it here: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13253&objectType=file |
|
| 27 Sep 2008 | GNURBS Interactive manipulation of NURBS surface/curve | Claxton, Daniel | Since it's not immediately obvious. It should be mentioned that I updated GNURBS in response to Dr. Davis' comments. |
|
| 25 Sep 2008 | gspline GSPLINE - Interactively draw interpolating spline similar to gline | Sufi, Azhar | Excellent! |
|
| 06 Sep 2008 | mosaic Create color photomosaics from your image database. | World!, Hello | Does not work with newer matlab versions... |
|
| 17 Jul 2008 | NURBS Converted NURBS toolbox | li, Richard | great job! Thanks |
|
| 27 Jun 2008 | Surface Curvature Vectorized surface curvature computation | babuz', krog | Hi, could you please specify what the 2D arrays for X,Y,Z actually are? |
|
| 05 Jun 2008 | igesout Convert surfaces, curves and lines to IGES file | Chai, Kian | Are you able to do vice versa? I am sure you understand the IGES code before you create this program. I am trying to understand the IGES structure. Can your code write out the boundary points to represent a surface? It would be great to import this point into Excel to show the figure. Generally I would like to import IGES data as the data points in the array then I can plot it into Matlab figure. |
|
| 20 May 2008 | Surface Curvature Vectorized surface curvature computation | Ping, Su | cool, I'm looking for this |
|
| 29 Apr 2008 | NURBS Converted NURBS toolbox | Lo, Martin | This is great! Thank you so much!!! I just wasted 3 hours trying to compile the c files to mex files. The Matlab mex function is very buggy. Thanks so much! |
|
| 10 Apr 2008 | mosaic Create color photomosaics from your image database. | Luy?n, Tu?n Anh | ||
| 26 Dec 2007 | Surface Curvature Vectorized surface curvature computation | wewe, ewe | ||
| 03 Dec 2007 | NURBS Converted NURBS toolbox | Lutz, Andre | Very good! But there is a mistake in nrbcoons:
hold on
before the nrbcoons command in democoons, you will see that the coons surface does not match the curves.
t = nrb4surf(u1.coefs(:,1), u2.coefs(:,1), u1.coefs(:,end), u2.coefs(:,end)); |
|
| 19 Sep 2007 | igesout Convert surfaces, curves and lines to IGES file | Fassbind, Michael | A very good and useful improvement to my initial offering. I use your code now. |
|
| 23 Aug 2007 | Frenet FRENET - Frenet-Serret Space Curve Invarients | Li, J. | It is excellent for a curve that is really smoothly curved. Do you have any idea how to handle the case that the curve is reduced to a straight line and/or the curved is reduced to a polygon as in the case of a nurb curve of order 2 in the Nurbs toolbox? Thanks! |
|
| 23 Aug 2007 | igesout Convert surfaces, curves and lines to IGES file | Korsawe, Johannes | This is perfect! Thank you a lot for doing the ugly work of going through the syntax of IGES. |
|
| 21 Aug 2007 | GNURBS Interactive manipulation of NURBS surface/curve | Davis, Tim | There are some very unstable numerics in this code that need to be fixed. For example, you compute R = inv(M) and then only use R to multiply with T=R*up. Never multiply by the inverse. Use T=M\up instead. In addition, there is a very odd use of "det" to solve a system. det is extremely numerically sensistive and should never be used to solve a system. |
|
| 24 Jul 2007 | Surface Curvature Vectorized surface curvature computation | Sileo, Giancanio | Very good tool for curvature computation. |
|
| 10 Jul 2007 | Surface Curvature Vectorized surface curvature computation | Girard, Michael | COOL |
|
| 05 Jul 2007 | igesout Convert surfaces, curves and lines to IGES file | Chen, Wenbin | thanks,it works well in UG! |
|
| 21 Jun 2007 | igesout Convert surfaces, curves and lines to IGES file | chen, johnny | good |
|
| 01 Jun 2007 | NURBS Converted NURBS toolbox | Brackin, Van | THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU I was having a conniption when I couldn't get Mark Spinks' programs to run compiled. |
|
| 24 May 2007 | igesout Convert surfaces, curves and lines to IGES file | Lopes, Daniel | Works brilliantly! Thanks a lot!
Just one remark:
|
|
| 27 Apr 2007 | mosaic Create color photomosaics from your image database. | Zhang, Ricky | The final result can't be saved! |
|
| 23 Apr 2007 | igesout Convert surfaces, curves and lines to IGES file | m, c | Really fast.
|
|
| 21 Mar 2007 | GNURBS Interactive manipulation of NURBS surface/curve | Bergström, Per | A professional NURBS program! |
|
| 20 Mar 2007 | NURBS Converted NURBS toolbox | Grinsted, Aslak | I was thinking of doing just what you have done only last friday.. Excellent to find that it already has been done. thanks |
|
| 03 Mar 2007 | gspline GSPLINE - Interactively draw interpolating spline similar to gline | Schwarts, Anne | amazing work, very impressive |
|
| 08 Feb 2007 | gspline GSPLINE - Interactively draw interpolating spline similar to gline | Zucchini, Marco | simple and effective! |
|
| 07 Feb 2007 | Surface Curvature Vectorized surface curvature computation | yagci, mustafa | ||
| 24 Jan 2007 | gcircle GCIRCLE Interactively draw a circle similar to gline | x@y.z, Jos | Nice utitity. Help is adequate (maybe a "see also" to GLINE could be added). Possible improvements:
|
|
| 23 Jan 2007 | gcircle GCIRCLE Interactively draw a circle similar to gline | schueepp, pascal | Works very well! Helps a lot, thanx |
|
| 22 Jan 2007 | gspline GSPLINE - Interactively draw interpolating spline similar to gline | Penzkofer, Markus | Very nice, a real CAD function! |
|
| 04 Jun 2006 | WORKBAR Efficient and stylish alternative to WAITBAR. | sepidbar, ebrahim | workbar |
|
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