Community Profile

photo

Christyn Phillippi


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Matrices won't take values and output from function.
I figured it out! Apparently every time the it called split: for j=1:4 temp1 = A(j,:); temp2 = B(j,:); ...

10 years ago | 0

Question


Matrices won't take values and output from function.
if true function[finX,finY] = recurse(A,B,finX,finY) for j=1:4 temp1 = A(j,:); temp2 = B(j,:); split(temp1...

10 years ago | 2 answers | 0

2

answers

Question


How can I plot multiple squares?
<<http://puu.sh/7LDXR.jpg>> I need plot, basically what is shown above, and for the life of me I cannot figure out what to do...

10 years ago | 1 answer | 0

1

answer