how to make nxn matrix
Show older comments
I want to make nxn matrix by follweing rule
n=input
first and last is 1
how can do it?

This is the original formula.

clc;
n=input
A=(n ; n)???
2 Comments
Walter Roberson
on 14 Apr 2021
Sorry, that image is too faint to read.
WonJong We
on 14 Apr 2021
Accepted Answer
More Answers (0)
Categories
Find more on Geology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


