"char display in matlab"

Is there a way to display Z minus a number? for example I'm thinking of applying this to a system of linear equations where z is the base since its mostly #x+#y+#z=# and so on where the number will indicate where to start the letters and would end in z.

 Accepted Answer

char('z'-3)

1 Comment

Luis
Luis on 20 Mar 2013
wow that seems so simple thank you

Sign in to comment.

More Answers (0)

Asked:

on 20 Mar 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!