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

  • SEARCH
  • Home
  • 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 7548039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:36:31+00:00 2026-05-30T09:36:31+00:00

I wrote a code in which i would like to split a number of

  • 0

I wrote a code in which i would like to split a number of rows along each column that it is represented in based on a delimiter. I wrote a for loop in which it does it for me.

Pdbindex is a cell array, where my values are stored that i am trying to split with a delimiter, a colon (:).

enter image description here

for i = pdbindex(:,1)

    clean2_pdb = split(':', pdbindex);

end

However, it threw me an error stating, Undefined function or method 'split' for input arguments of type 'cell'..

I don’t know to solve this.

Please advise.

Update:

I have also posted another question of using strsplit function. A different problem pops up.

Link : Strsplit function

  • 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-05-30T09:36:32+00:00Added an answer on May 30, 2026 at 9:36 am

    There’s no such function called split. What you want is:

    for i = 1:size(pdbIndex, 1)
        clean2_pdb = regexp(pdbIndex{i,1}, ':', 'split');
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say that I have a UIView which I would like to re-use in multiple
I'm writing some Scala code which uses the Apache POI API. I would like
I'm working with the jQuery Validation plugin and I wrote the following code which
I wrote few lines of code which doesn't work correctly. Why? Could sb explain
I recently wrote a piece of code which did SomeClass someObject; mysqlpp::StoreQueryResult result =
I have been refactoring throwaway code which I wrote some years ago in a
I wrote a code sometime ago in which the object of ResultSet class res
I wrote a batch script which recursively updates my source code against the company's
i wrote a little addin, which does some formatting of my C# code. in
I am trying to write some code that that will draw the line which

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.