photo

Benjamin Colety


Last seen: 1 month ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
how to label y axis
try this for the labels labels={'A'; 'B'; 'C' }; barh(x) set(gca,'yticklabel',labels)

4 years ago | 1

| accepted

Question


Passing Symbolic Variables into a function as parameters
I am trying to write a function that takes 2 symbolic equations, as well as the symbolic variables to solve for, in as parameter...

4 years ago | 1 answer | 0

1

answer