Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9082181
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T20:29:53+00:00 2026-06-16T20:29:53+00:00

I am trying to write a short code to read a .m file(testin1.m) into

  • 0

I am trying to write a short code to read a .m file(testin1.m) into an array, and search for a particular word( ‘auto’). if match is found,delete it. i have the following code, please help me figure out my mistake.

fid = fopen('testin1.m');
 txt = textscan(fid,'%s');
fclose(fid);
m_file_idx = 1;
data=['auto'];
B=cellstr(data);
 for idx = i : length(txt)
 A=txt{i};
 is_auto=isequal(A, B);
 if is_auto==0
 txt{i}=[];
 end
end

if txt{i}=auto then it should delete that row.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T20:29:55+00:00Added an answer on June 16, 2026 at 8:29 pm

    AK4749’s answer is absolutely correct in showing where you went wrong. I’ll just add an alternative solution to yours, which is shorter:

    C = textread('testin1.m', '%s', 'delimiter', '\n');
    C = C(cellfun(@isempty, regexp(C, 'auto')));
    

    That’s it!


    EDIT #1: answer modified to remove the lines that contains the word ‘auto’, not just the word itself.
    EDIT #2: answer modified to accept regular expressions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to write a code to actually sort my array in an ascending
I'm trying to write a short function that will let me quickly read in
I'm trying to write a short Wordpress JQuery for Wordpress comments that would allow
In short: Trying to write a wcf service for a winform-app that invokes a
So I am trying to write a UI in swing. In short, I have
(In short: main()'s WaitForSingleObject hangs in the program below). I'm trying to write a
I've been trying to write a small file server. I got it to the
What's up y'all, I am trying to write some code in Java that will
I have the following C-code which I am trying to re-write in java. I
I'm trying to write simple app, which sends short text message to cellphones in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.