photo

Arpan Bhowmik


Active since 2018

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Calculating distance from a refence vector for a matrix
You can use _bsxfun_ to do the subtraction steps in one line as follows: A = [1 2 3; 4 5 6; 7 8 9]; ref = [2 6 8]; di...

ongeveer 6 jaar ago | 0

| accepted

Answered
How do I use Greek letters in fprintf ? Since fprintf uses \ in its argument, I cant write Greek letters in it. Thanks
Try escaping the escape character: fprintf('\\lambda %g\t',10) I know this works to get Greek characters in _sprintf_.

meer dan 6 jaar ago | 16