Matlab vectors to store in a vector

How can I store N in a vector
Saves the N annual gains in vector named ann_gain - Saves the annual social capitals in a vector named ann_cap - Displays the Final social capital after N years

2 Comments

Image Analyst
Image Analyst on 29 Apr 2016
Edited: Image Analyst on 29 Apr 2016
Well I guess you could use MATLAB, or you could read this or this
Create an empty matrix and then implement your two other vectors in it...

Sign in to comment.

Answers (1)

Create an empty matrix and then implement your two other vectors in it...

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Tags

Asked:

on 29 Apr 2016

Answered:

on 29 Apr 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!