Rank: 41 based on 3127 downloads (last 30 days) and 24 files submitted
photo

Fahad Al Mahmood

E-mail
Company/University
UAE Armed Forces
Lat/Long
24.45116, 54.399982

Personal Profile:

ME in (Aerospace Engineering) from the (University of Texas at Arlington).

BS in Aircraft Engineering (Embry Riddle Aeronautical University) with minor in Mathematics.

Certified Microsoft Windows Server 2003 Engineer & Administrator along with the following certifications:
CCNA, MCITP, MCTS, A+

Professional Interests:

 

Watch this Author's files

 

Files Posted by Fahad View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jul 2009 msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). Author: Fahad Al Mahmood directories, point, microsoft, power, word, excel 137 7
  • 4.0
4.0 | 5 ratings
27 Dec 2005 Screenshot findreplace This function finds and replaces strings in a text file Author: Fahad Al Mahmood strings, find replace text fil... 146 4
  • 3.0
3.0 | 4 ratings
12 Dec 2005 pic2xls This function inserts a picture into an Excel file Author: Fahad Al Mahmood sheet, insert, spreadsheet, data import, jpg, xls 125 5
  • 3.25
3.2 | 4 ratings
07 Dec 2005 Google's PageRank Returns Google's PageRank for the entered URL Author: Fahad Al Mahmood google, data export, page, data import, rank, pagerank 96 4
  • 1.66667
1.7 | 3 ratings
05 Dec 2005 Screenshot Helicopter Control Design Simple design for helicopter control system Author: Fahad Al Mahmood control, helicopter, paper, simulink, design 155 4
  • 3.33333
3.3 | 6 ratings
Comments and Ratings on Fahad's Files View all
Updated File Comment by Comments Rating
13 Oct 2009 msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). Author: Fahad Al Mahmood Kimberly

Is this command similar to officedoc and winopen.m?

09 Oct 2009 xlsheets Creating sheets and naming them in Excel. Author: Fahad Al Mahmood Tseng, Tina

16 Sep 2009 Encode Decode ASCII Binary 2 M-files to encode or decode ASCII and binary numbers. Author: Fahad Al Mahmood Francesco

21 Jun 2009 speak This function uses Excel to speak entered texts or numbers. Author: Fahad Al Mahmood nasry, marian

thanks for this code very much, but i've one question: How can I control the speed of speech??
please help me

29 May 2009 Morse Code This converts text to playable morse code in wav format. Author: Fahad Al Mahmood 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
AE = [Dit;ssp;Dah;ssp;Dit;ssp;Dah]; % danish Æ .-.-
OE = [Dah;ssp;Dah;ssp;Dah;ssp;Dit]; % danish Ø ---.
AA = [Dit;ssp;Dah;ssp;Dah;ssp;Dit;ssp;Dah]; % danish Å .--.-
and change
vars ={'period','comma','question','slash_'}; to
vars ={'period','comma','question','slash_','AE','OE','AA'};
and change
    elseif ismember(text(i),'.,?/')
        x = findstr(text(i),'.,?/');
to
    elseif ismember(text(i),'.,?/ÆØÅ')
        x = findstr(text(i),'.,?/ÆØÅ');

to modify the speed, a resampling is added in the last part (just after the loop):
morsecode=resample(morsecode,Fs,15000); % resample to Fs/15000
if the numberused is higher than Fs, the speed will be higher, if it is lower, the speed will be lower...

Top Tags Applied by Fahad
data export, data import, activex, excel, spreadsheet
Files Tagged by Fahad View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
02 Jul 2009 msopen Opens Microsoft Office files (Word, Excel, Power Point, Project, & Access). Author: Fahad Al Mahmood directories, point, microsoft, power, word, excel 137 7
  • 4.0
4.0 | 5 ratings
27 Dec 2005 Screenshot findreplace This function finds and replaces strings in a text file Author: Fahad Al Mahmood strings, find replace text fil... 146 4
  • 3.0
3.0 | 4 ratings
12 Dec 2005 pic2xls This function inserts a picture into an Excel file Author: Fahad Al Mahmood sheet, insert, spreadsheet, data import, jpg, xls 125 5
  • 3.25
3.2 | 4 ratings
07 Dec 2005 Google's PageRank Returns Google's PageRank for the entered URL Author: Fahad Al Mahmood google, data export, page, data import, rank, pagerank 96 4
  • 1.66667
1.7 | 3 ratings
08 Jun 2005 Morse Code This converts text to playable morse code in wav format. Author: Fahad Al Mahmood sound, morse code, potw, audio, utilities, wav 132 10
  • 4.14286
4.1 | 7 ratings
 

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