Tengo un smithchart creado por MATLAB usando el siguiente código (el S22 es un vector 801x1 obtenido de un archivo):
n = 801;
fStart = 45 * 10 ^ 6;
fStop = 15 * 10 ^ 9;
f = linspace (fStart, fStop, n);
figura ()
smithchart (S22)
título ('S22 con 50 $ \ Omega $ resistencia SMD', 'intérprete', 'látex')
¿Es posible marcar frecuencias específicas como puntos en el diagrama?