-3

enter image description here

vq3 = grid data interpolations with methods 'cubic' (matrix 21x21)

vq = interpolated values (matrix 21x21)

I don't understand what j,j is?

500 Server error
  • 644
  • 13
  • 28
  • 1
    From whence did this set of symbols come? From what tutelage or tome did you locate this? – David Harris May 31 '18 at 22:46
  • vq is retrieved form the standard gridata function in matlab. vq3 from griddata interpolations using the cubic method. – 500 Server error May 31 '18 at 22:49
  • @ 500 Server error: By including this information when you first posted this question, it would enable us to answer your inquiry correctly, minimize the risk of down votes and direct you to the correct site as appropriate. – David Harris May 31 '18 at 23:01
  • @bbpy-newb got it immediately what the question is about. vq3 and vq are also explained above in the question – 500 Server error May 31 '18 at 23:07
  • This is off-topic for StackOverflow. It has nothing to do with programming. Please read the [ask], which you should have done long ago. – Nicky Mattsson Jun 01 '18 at 07:58

1 Answers1

0

This equation is referring to the diagonal elements. You can see this by visualizing the matrix at each cell with co-ordinates row =j, column =j.

artifex_somnia
  • 438
  • 9
  • 20