why do ı receive the error "data must be numeric, datetime, duration, or an array convertible to double". How can I fix it?
Afficher commentaires plus anciens
R=8.314;
T=298:10:450
Prxn=1:1:5
for j=1:size(Prxn,2)
syms x
Ka=exp(((46.1)./(R.*T)+0.0993./R));
Kaa=(((2.*x).^2.*(4-2.*x).^2)./((1-x).*(3-3.*x).^3.*(Prxn(j)).^2))-Ka==0;
extent=solve(Kaa,x);
plot(T,extent);
hold on;
end
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!