Community Profile

photo

Niel Tran


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I use fprintf to print matrix by column?
This is my code: x = [1:0.6:4]; k = str2double (input ('Enter a value k: ','s')); y = [x',(x.*k)',(x.^3)']; disp ('The value...

2 years ago | 2 answers | 0

2

answers