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 8156123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:51:29+00:00 2026-06-06T16:51:29+00:00

I have a cell array which contains 7 matrices of varying column and length

  • 0

I have a cell array which contains 7 matrices of varying column and length size. I have tried using the function ‘dlmcell’ which is downloadable from the MATLAB website but is says “Text exceeds maximum line length of 25000 characters for Command Window Display”.

I have looked at a few other examples of saving the arrays but none of them seem to be able to deal with the structure of the cell or the size of the file.

The main aim for me is to save the cell so that I may later import it. Is there no specific format that MATLAB uses (like .mat for example) to store the cell arrays?

Thanks in advance!

  • 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-06T16:51:30+00:00Added an answer on June 6, 2026 at 4:51 pm

    Just using save like normal works for me:

    >> cellarray = {1:1000; 'my cell array'}
    
    cellarray = 
    
        [1x1000 double]
        'my cell array'
    
    >> save('cellarray','cellarray')
       %# filename---^   ^--- variable name
    >> clear all
    >> load('cellarray')
    >> cellarray
    
    cellarray = 
    
        [1x1000 double]
        'my cell array'
    

    cellarray.mat is saved as a matfile in the current directory. You can load it just as easily, with load. Am I missing something? Is it more complicated than this?

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

Sidebar

Related Questions

I have a cell array of anonymous function handles, and would like to create
I have a Matlab function that creates a cell array with matrixes inside. It
I have three arrays, all the same size: xout % cell array xin %
I have an array created in MATLAB that contains a number of cell type
I have a tableview which contains custom cells where each cell has some PDF
You have: val array = new Array[Array[Cell]](height, width) How do you initialize all elements
I have a cell in which the user enters their name, a serial number
i have custom cell with 2 buttons(the function of these buttons is just to
I have a cell array like a={'potential'; 'impact'; 'of'; 'stranded'; 'assets'; 'and'; 'other'; 'necessary';
I have a table cell for which I set its contentView to a custom

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.