• Hello,
    The plugin does not correctly color some comments in the matlab code when line breaks are used.
    Example image

    The code:

    
    L = fittype('Z/p0^2 * (4*W)/A * exp(-(13.82*(r/c+t0)*el/T)) * Cl',...  % Ecuación
                'dependent',{'y'},...                                       % Variable dependiente, salida de la ecuación
                'independent',{'r'},...                                     % Variable independiente, distancia        
                'problem', {'Z','p0','W','A','t0','T','c'},...              % Constantes
                'coefficients',{'el','Cl'});                                % Coeficientes
    
    • This topic was modified 6 years, 8 months ago by jmrplens.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Matlab code issue’ is closed to new replies.