×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Basic Matlab Command Window Question

Basic Matlab Command Window Question

Basic Matlab Command Window Question

(OP)
Hey guys,

I've hopefully got a problem that easy to solve. I'm using Matlab 7.2. I've a program that puts certain information into a 4-dimensional array.

Now when I used to type in the command window the array name, it'll print it all out like this (this is showing only first section. also shows arrayName(:,:,2&3&4) )

arrayName(:,:,1) =

Columns 1 through 5

1.0000 1.0000 1.0000 1.0000 1.0000

Columns 6 through 10

2.0000 2.0000

However now it is adding trailing zeros like this

arrayName(:,:,1) =

Columns 1 through 5

1.0000 1.0000 1.0000 1.0000 1.0000

Columns 6 through 10

2.0000 2.0000 0 0 0

I know it sounds stupid but its very important that they aren't there.

Can anyone help me out ? Is there a setting buried somewhere that will stop it outputting like this ?

Any advice and information appreciated,
Thanks.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources