統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how to define 'e' or mpower
[EDIT: Used the code markup to format the code. -- the cyclist] clear screen clear all;close all;clc; R= 50; ...
13年弱 前 | 0 件の回答 | 0
0
回答質問
need to have graph for EA (0.9,0.8,0.7,0.6,0.5) on same axis or same graph(in linearly increasing shape)
clear all;close all;clc; k=8.617385*10^(-5); T0=298; EA=0.9; Ta=[25,30,35,40,45,50,55,60,65,70,75,80,85,90,95]; l=len...
13年弱 前 | 0 件の回答 | 0
0
回答質問
problem in solving code for arrehenius equation,To and Ta are in kelvin
clear all;close all;clc; k=8.617385*10^(-5); T0=298; EA=0.9; Ta = -40:10:70; n=(EA/k)*((1/T0)-(1/Ta)); AF=exp(n); %n=(...
13年弱 前 | 1 件の回答 | 0