Community Profile

photo

Cloris


Rensselaer Polytechnic Institute

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Attempted to access y(15); index must be a positive integer or logical.
Here is my code: clear; for t=0:0.01:4; i=t*100+1; if t<2 y(i)=3.5*exp(-t/2)*cos(2*pi*t); T(i)=t; ...

9 years ago | 2 answers | 0

2

answers

Question


How to combine multiple columns into a single column?
I have a dataset of 12 rows and 163 columns, but how can I make convert it into a single column? e.g., [1 2 3 4; 5 6 7 8...

10 years ago | 3 answers | 1

3

answers