Matlab code issue
-
Hello,
The plugin does not correctly color some comments in the matlab code when line breaks are used.
Example imageThe 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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Matlab code issue’ is closed to new replies.