統計
MATLAB Answers
4 質問
0 回答
ランク
of 171,685
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I am having problems finding the roots of the following non linear discontinuous equation
Below is the code I am using, and the error message I recieve: function y = firstorder(x) mat = 'mnfepas'; props = mat...
12年以上 前 | 2 件の回答 | 0
2
回答質問
solving a non linear equation that has constants that must be passed into the equation
I need to solve the following equation: (1/T)*(3*Tc*J*Brill(x,J)/(J+1) + g*muB*J*B/kB + (9/5)*(((2*J+1)^4)-1)*Tc*nu*((Brill...
12年以上 前 | 1 件の回答 | 0
1
回答質問
How do I get ode45 to output the dependent variable value at each time step? I have other material properties in my differential equation that change with temperature, so I must update them with each change in temperature.
the equation looks like this: dT/dt = T/cB(T,B) * d/dT( M(T)) * d/dt( B(t)) cB(T) = the specific heat M(T) = the magnetiz...
約13年 前 | 1 件の回答 | 0
1
回答質問
I have a first order ODE with temperature as the dependent variable. In the equation I have two material properties that change as the temperature changes. I have them stored as arrays. How do I implement these arrays into ODE45?
this is my attempt... it did not work at all: function [comp] = f(t,T) load('cB_dmag_data.mat','c','d') dB = 0.1; cB...
約13年 前 | 0 件の回答 | 0
