Info

This question is closed. Reopen it to edit or answer.

processing text in matlab

3 views (last 30 days)
azar mzory
azar mzory on 6 Jan 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
what's the functions of and any function for manipulating text (strings) importdata load fileread textscan fprint cell2mat fopen fclose feof fwrite fscanf fgetl we know all functions in help matlab but this is not enough it's unclear examples and code for explain each function

Answers (2)

per isakson
per isakson on 6 Jan 2014
  • Your tags make me think about Perl, which comes with Matlab
  • Starting point in Matlab doc on Strings
Here you may ask on how to solve specific tasks.

Image Analyst
Image Analyst on 6 Jan 2014
>> doc strings
Then look way down at the bottom of the help documentation that comes up, in the "See also" section, for a list of a bunch of string processing functions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!