I want to import a ms office .doc file in matlab , anybody knows the function for reading matlab please help me .
thanks
Have you tried this? http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-read-write-format-ms-office-docs--xls-doc-ppt-
fscanf and textscan will work
Dear Amina
Hi
You can use the "OfficeDoc utility" on the Matlab File Exchange to read/write/format Word documents (plus Excel & PowerPoint docs) within Matlab. download link is :
http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-read-write-format-ms-office-docs--xls-doc-ppt-
I hope to be useful
Regards
Please go through the link given below. It may help.
http://www.mathworks.com/matlabcentral/fileexchange/15192-officedoc-read-write-format-ms-office-docs--xls-doc-ppt-/content/officedoc.m
this can be useful and compact
http://www.mathworks.co.uk/help/matlab/import_export/import-data-interactively.html
please, see "Supported File Formats for Import and Export" in this website:
http://www.mathworks.com/help/matlab/import_export/supported-file-formats.html
it might help you!!!
Dear Amina Dilawar,
There is better provisions in MATLAB research version. However, in MATLAB 2014b student version you may use the following commands.
csvread Read comma-separated value (CSV) file
csvwrite Write comma-separated value file
dlmread Read ASCII-delimited file of numeric data into matrix
dlmwrite Write matrix to ASCII-delimited file
textscan Read formatted data from text file or string
readtable Create table from file
writetable Write table to file
type Display contents of file
Dears
TEXTSCAN Read formatted data from text file or string.
FSCANF Read formatted data from file.
textscanDemo - Reading Arbitrary Format Text Files with TEXTSCAN
fscanf - Read data from text file.
textscan - Read formatted data from text file or string.
sscanf - Read string under format control.
mspalign - aligns mass spectrometry peaks from different scans.
helscandeintrlv - Restore ordering of symbols in a helical pattern.
helscanintrlv - Permute symbols in a helical pattern.
mbcaddonscan - Scan for additional features
doabeamscandemo - Direction of Arrival Estimation with Beamscan and MVDR
scanradardemo - Scan Radar Using a Uniform Rectangular Array
gprotein - Parameter Scanning, Parameter Estimation, and Sensitivity Analysis in the Yeast Heterotrimeric G Protein Cycle
This is discrete cosine code taken from the net. I want to use it but didnt understand whats happening in this code, especially whole for loop Statements. [A1, f] = wavread('A1.wav');windowSize =...
31 December 2014 7,544 2 View
I have run this http://nevonprojects.com/aes-source-code-inmatlab/ AES on my audio file is giving me the error...... plaintext should be vector of 16 elements not a cell array. I have removed...
08 September 2014 324 4 View
m encrypting an audio file in matlab successfully execute , but it is taking 16 values every time , as audio file has huge values when i divide audio file size with 16 it is giving me 689...
08 September 2014 3,799 1 View
I am encrypting my audio file in matlab using AES Algo. When I run my this algo it is giving me the error......plaintext should be a vector ( not a cell array) of 16 elements...i have sort this...
08 September 2014 7,835 3 View
I am using wav file [funky ,f]= wavread('funky.wav'); size(funky) ans = 375061 1 How do you reshape it now because I have applied different ideas but all are giving errors?
07 August 2014 6,302 2 View
I want to compress my audio file in matlab. I have done it with dct transform but it is not giving me proper results and it only shows the results of original file and last compressed file not...
07 August 2014 4,748 6 View
I have done encryption on my audio file by using AES algo encryption that is giving error given below: Error using cipher (line 38)Plaintext has to be a vector (not a cell array) with 16...
06 July 2014 8,301 13 View
I would like to understand potential safety concerns while handling SEB in the lab. Especially while working in animal house facility. Would like to know precautions for handling. Sigma MSDS...
07 August 2024 6,034 3 View
During low-temperature testing, new diffraction peaks that appear could be indicative of several phenomena. In one of our tests, we observed notable new peaks around 40° and 45° in a specific...
06 August 2024 726 3 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Some Staphylococcus aureus strains Inhibit the growth of Mycobacteria in Mueller Hinton Agar medium containing 10% OADC. Do some Staphylococcus aureus strains have in vitro antimycobacterial activity?
29 July 2024 10,023 2 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,530 0 View
Hello, I am a research scholar currently working on a project involving image segmentation, and I am interested in using differential evolution for this purpose . I would greatly appreciate it if...
25 July 2024 9,926 1 View
Hello!!! I want to implement the Swerling characteristics functions (CF) directly in MATLAB without using its Fourier integral pairs...the Swerling CFs are actually Laplace Transform of the signal...
23 July 2024 4,925 1 View
Hello, colleagues! There is commenting open for new upcoming edition of USP 1033. Validation target acceptance criteria is now different from what it used to be and it doesn't include Cpm....
23 July 2024 7,292 3 View
Currently I need to calculate detection probabilities (PD) from radar cross section (RCS) data. Beta distribution parameters for this RCS data are calculated and will be used in Swerling0...
22 July 2024 868 0 View