| Date | File | Comment by | Comment | Rating |
|---|---|---|---|---|
| 13 Oct 2009 | msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). | Kimberly | Is this command similar to officedoc and winopen.m? |
|
| 09 Oct 2009 | xlsheets Creating sheets and naming them in Excel. | Tseng, Tina | ||
| 16 Sep 2009 | Encode Decode ASCII Binary 2 M-files to encode or decode ASCII and binary numbers. | Francesco | ||
| 21 Jun 2009 | speak This function uses Excel to speak entered texts or numbers. | nasry, marian | thanks for this code very much, but i've one question: How can I control the speed of speech??
|
|
| 29 May 2009 | Morse Code This converts text to playable morse code in wav format. | Esben | Nice little useful program for training your morse skills:) I updated the code a little, if anyone is interested... (feel free to add it to the original): To have smaller spaces between letters, change line 33 from lsp = wav(6176:23022); to lsp = wav(6176:16022); To add danish letters æ,ø,å (can be done for any additional signs, and I probably will later), add
to modify the speed, a resampling is added in the last part (just after the loop):
|
|
| 22 Apr 2009 | xlsfont, xlsalign, xlsborder, xlswordart, xlscomment 5 functions to modify Microsoft Excel cell format & adds comments and WordArt | Aktas, Sahin | ||
| 10 Apr 2009 | xlsfont, xlsalign, xlsborder, xlswordart, xlscomment 5 functions to modify Microsoft Excel cell format & adds comments and WordArt | Aviator | This is great absolutely handy and well-written. This was what I was looking for for a long time.... Thanks. Keep up the good work. |
|
| 25 Mar 2009 | xlsgraph Creates graphs from existing Excel sheet containing column data. | Gómez Jiménez, David | Respecto al problema de Javier Seminario y la solución de Hinrich Koetter Si teneis Excel en castellaño o español, teneís que sustituir 'R' y 'C' por 'L' (Linea) y 'C' (Columna) |
|
| 25 Mar 2009 | xlsgraph Creates graphs from existing Excel sheet containing column data. | Gómez Jiménez, David | ||
| 15 Jan 2009 | spellcheck This function checks the spelling of a word and returns suggestions if misspelled. | Ahi, Taha | ||
| 08 Dec 2008 | xlsgraph Creates graphs from existing Excel sheet containing column data. | Koetter, Hinrich | Thank you very much! Very useful tool! For everybody who has problems like mentioned by javier seminario: You have to change some lines if you have another system setup (language):
In this both lines as well as in the following both you have to change R (Row) and C (Column) to the abbreviations used in your language (german: Z (Zeile), S (Spalte)). Excel.ActiveChart.SeriesCollection(noOfSeries).XValues = ['=' sheetname '!R2C' int2str(locx(j)) ':R' int2str(nr+1) 'C' int2str(locx(j))];
In the following line you have to change word 'Sheet' (only the last one in quotation marks) to the adequate word in your language (german: Tabelle). Sheet = get(Workbook.Sheets,'Item',['Sheet',num2str(i)]); You can use try and catch to capture different languages. |
|
| 09 Oct 2008 | google Shortcut for web searching using Google's different search areas (images, groups, etc.). | Gamil, Gamal | SO GOOD. |
|
| 24 Sep 2008 | xlsheets Creating sheets and naming them in Excel. | Wilson, Andrew | Works perfectly and solves a problem for me. The work is much appreciated. |
|
| 16 Sep 2008 | table2word Creating table in Microsoft Word Document using titles and a matrix. | Khekare, Anup | Works perfect for me...I wanted simple tables though....Must look through every table style... But excellent work...takes care of all the book keeping for me.... thanks again...keep up the good work... |
|
| 14 Sep 2008 | Helicopter Control Design Simple design for helicopter control system | Onat, Mustafa | ||
| 02 Sep 2008 | msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). | Hayden, David | dos('filename') is easier, except if you have spaces in your filename. |
|
| 13 Aug 2008 | xlschart Writes column headers and a matrix to excel and graphs all columns or two specified columns. | Cantero, Luis | I don't know if this worked with Excel 2003. I had to change the following code in order to make it work:
%Excel.ActiveChart.SeriesCollection(i).Values = ['"=' sheetname '!R2C' int2str(i+1) ':R' int2str(nr+1) 'C' int2str(i+1) '"'];
|
|
| 07 Aug 2008 | msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). | Dalon, Thierry | Indeed winopen seems to do the same.
I would have following improvements (that's why only a 4 rating):
I am using this file because I want to be able to open also txt files with Excel. I've modified the file
|
|
| 23 May 2008 | pic2xls This function inserts a picture into an Excel file | Jardim, Christian | Excelent work... I've got a problem using this function, however.. Lately I've been working on generating an automated Excel report. This report contains some figures which were imported from MATLAB using your code..
Hope you can give me a clue... Thanks in advance..
|
|
| 21 Mar 2008 | Laminate Analysis Program Program analysing each layer in a composite. | ss, ss | excellent |
|
| 19 Mar 2008 | Helicopter Control Design Simple design for helicopter control system | Ayyad, Ezzat | Good work.
|
|
| 15 Mar 2008 | Laminate Analysis Program Program analysing each layer in a composite. | Mohammed, Houari | ||
| 11 Mar 2008 | Morse Code This converts text to playable morse code in wav format. | Bhatt, Chirag | Hi , While running this program , I found the following error,
Error in ==> morse at 23
|
|
| 08 Mar 2008 | Morse Code This converts text to playable morse code in wav format. | Knox, Chris | ||
| 07 Mar 2008 | Laminate Analysis Program Program analysing each layer in a composite. | Mehdi, Yawar | Its a good effort. Very helpful. |
|
| 01 Jan 2008 | findreplace This function finds and replaces strings in a text file | King, Ellis | The problem with removing '%' comment lines in .m files is caused by the fprintf function using the same character to indicate input. This function can be improved for use with .m files by inserting the additional check inside the 'for' loop, prior to the fprintf call at line 117: if strcmp(fext, '.m')
The logic ensures that the comments apply only for .m files. Otherwise, it works fairly well. |
|
| 25 Nov 2007 | xlsfont, xlsalign, xlsborder, xlswordart, xlscomment 5 functions to modify Microsoft Excel cell format & adds comments and WordArt | W, J | Very useful, I have been looking for this for long time.... |
|
| 29 Oct 2007 | Helicopter Control Design Simple design for helicopter control system | Sharma, Rahul | ||
| 21 Sep 2007 | speak This function uses Excel to speak entered texts or numbers. | Saxena, Ankit | ||
| 20 Sep 2007 | msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). | Simard, Dany | Thanks, good to do the simple task of opening those files |
|
| 17 Sep 2007 | Helicopter Control Design Simple design for helicopter control system | sera, sera | Some Errors in the .m file need to be fixed according to the document:
|
|
| 12 Sep 2007 | speak This function uses Excel to speak entered texts or numbers. | Tareq, M | very funny!! |
|
| 18 Aug 2007 | xlsfont, xlsalign, xlsborder, xlswordart, xlscomment 5 functions to modify Microsoft Excel cell format & adds comments and WordArt | l, g | Not sure why nobody commented. But these are exactly what I am looking for! |
|
| 11 Aug 2007 | Morse Code This converts text to playable morse code in wav format. | Hai, Elvin | It's a great program! May I know how the data in the wav.mat was obtained? |
|
| 16 Jul 2007 | Encode Decode ASCII Binary 2 M-files to encode or decode ASCII and binary numbers. | Parr, Matthew | ||
| 10 Jul 2007 | google Shortcut for web searching using Google's different search areas (images, groups, etc.). | ....., soso | ||
| 10 Jul 2007 | Laminate Analysis Program Program analysing each layer in a composite. | ?ZG?L, Ali | Plainly, this work's application very nice and usefully for several civil, mechanical etc.. engineering areas. I think, this file documantation, description and program-running-algorithm's flow not-regular. I know epoxi-laminate composite plate system with analytical and finite element solution technique but all-user don't know this theory and method. If you use one-main program instead of more-sub programs (with input and output veriables) than this program and work be more likeable. I was tested your program running algorithms to several thin and thick plate model for true-solution and shear locking effect. But I don't see shear locking program module or procedure in main-program.
I think this files need more improvement but I know this area's works are very hard and require the more works-time. Good works, Best Regard |
|
| 09 Jul 2007 | Laminate Analysis Program Program analysing each layer in a composite. | hajiloo, hamze | civil engineering |
|
| 29 Jun 2007 | xlcolumn Converts Excel column name to column number and vise versa. | Miller, Craig | Works exactly as intended. Solved a problem for me quickly and kept me from having to write a function. |
|
| 15 Jun 2007 | speak This function uses Excel to speak entered texts or numbers. | Schmitz, Christian | funny! |
|
| 30 May 2007 | xlsgraph Creates graphs from existing Excel sheet containing column data. | U, A | This function was a great start and I was using it often with some additions/modifications. Then they upgraded me to Office 2007 at work and it was down hill from there. Seems that many of the properties have changed or are no longer available to set and numerous errors occur now. I managed to strip alot of the extras out so it would run but the graphs are all messed up when I open excel (extra series plotted for no apparent reason). |
|
| 24 May 2007 | Laminate Analysis Program Program analysing each layer in a composite. | Guzman, Andres | It's a good problem but needs some improvements. There are some failures in syntax. |
|
| 22 May 2007 | Encode Decode ASCII Binary 2 M-files to encode or decode ASCII and binary numbers. | yuen, lingbin | ||
| 16 Apr 2007 | xlsheets Creating sheets and naming them in Excel. | Sceleton, Exo | Thank you for your sharing mentality.
|
|
| 09 Apr 2007 | findreplace This function finds and replaces strings in a text file | dindar, ahmet anýl | I've just used it. I have a *.dat file in which I want to change a specific number. It changes efficiently, but somehow the lines are re-arranged as one after each other horizontally instead of vertically with a small square character. It confuses me te follow the inputs in the files after using find/replace. Therefore, I sugges the author to succed keeping the original file as it was after applying the .m code. |
|
| 29 Mar 2007 | Helicopter Control Design Simple design for helicopter control system | gambler, alex | just a simple model. |
|
| 28 Mar 2007 | Laminate Analysis Program Program analysing each layer in a composite. | sonawane, nilesh | The program is quiet good, |
|
| 26 Mar 2007 | pic2xls This function inserts a picture into an Excel file | Jacob, Steve | I was able to use it and it produced the results I needed without much difficulty. |
|
| 29 Dec 2006 | dictionary Checks the spelling status of word(s) and returns synonyms if found. | n, Joseph | Well done. |
|
| 18 Oct 2006 | pic2xls This function inserts a picture into an Excel file | Suliman, Tamir | Hello Fahad There is an error occurs when we tried to run the file.I tried to tell the the Function on m files written the location or the destination of the picture and the files I think that what solves the Invoke problem but still no results imported to the excel file thats what I did pic = 'C:\Documents and Settings\Engr.Tamir Suliman\Desktop\005.jpg';
I tried 1 and sheet1 but still didnt work |
|
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