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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:29:10+00:00 2026-05-14T00:29:10+00:00

When manipulating matrices it is often convenient to change their shape. For instance, to

  • 0

When manipulating matrices it is often convenient to change their shape. For instance, to turn an N x M sized matrix into a vector of length N X M. In MATLAB a reshape function exists:

RESHAPE(X,M,N) returns the M-by-N matrix whose elements are taken columnwise from X. An error results if X does not have M*N elements.

In the case of converting between a matrix and vector I can use the Mathematica function Flatten which takes advantage of Mathematica’s nested list representation for matrices. As a quick example, suppose I have a matrix X:

4x4 matrix

With Flatten[X] I can get the vector {1,2,3,…,16}. But what would be far more useful is something akin to applying Matlab’s reshape(X,2,8) which would result in the following Matrix:

4x4 matrix

This would allow creation of arbitrary matrices as long as the dimensions equal N*M. As far as I can tell, there isn’t anything built in which makes me wonder if someone hasn’t coded up a Reshape function of their own.

  • 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-14T00:29:11+00:00Added an answer on May 14, 2026 at 12:29 am
    Reshape[mtx_, _, n_] := Partition[Flatten[mtx], n]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a GtkImage that I am manipulating with a GdkPixbuf. When I change
Manipulating an applet is as easy as entering javascript:document.getElementsByTagName(applet)[0].publicMethod(); into the address bar. How
I have table and JQuery dialog for manipulating data. I want to change backgroun
When manipulating data using Linq, how often does the SubmitChanges() method have to be
I am having issues manipulating a matrix. Any help would be much appreciated! Say
I am making an app for manipulating matrices and I'd like to know how
I have implemented codes in MATLAB that operates on 216x216 matrices that contain numeric
When manipulating Handler Mappings using the Microsoft.Web.Administration namespace, is there a way to remove
I tried manipulating fb_button_text value using jQuery but, it didn't work at all. Then
I'm manipulating the items in a list that's a System.Management.ManagementObjectCollection . Each of these

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.