Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Matlab code issue

$
0
0

Replies: 1

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 29 minutes ago by jmrplens.

Viewing all articles
Browse latest Browse all 59525

Trending Articles