Community Profile

photo

Tristan Murphy


Last seen: 6 months ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


im stuck on making a layered matrix
function surround = surroundWith(a,b) %function will take a given matrix 'a' and create a ring of numbers 'b' around %it sur...

5 years ago | 1 answer | 0

1

answer

Question


how would you write a function that operates on both character and numerical arrays
function [Appended] = reverseAppend(vectorVal) B = []; for i = 1:length(vectorVal) B(i) = vectorVal(i); B(i+length...

5 years ago | 1 answer | 0

1

answer