photo

Chris


Georgia Tech Research Institute

Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
How to enlarge matrix by putting average of surrounding numbers in between of every number of original matrix
This made a nice brain teaser to work on for a few minutes every hour or so. So, here's the hard way, if so inclined. It could...

13 years ago | 1

Question


Columnwise '-append'?
So, I have two cell arrays, one is double and the other is char. I am trying to export the data using dlmwrite to multiple text...

13 years ago | 1 answer | 0

1

answer

Question


Turn one matrix into many matrices
Say I have an Nx2 Matrix, called 'A' -- how would I turn this into N vectors called 'A1', 'A2'...'AN'? My current solution is t...

13 years ago | 1 answer | 1

1

answer