統計
MATLAB Answers
4 質問
0 回答
ランク
of 175,367
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
can it be possible to merge bvp4C code and Response Surface Method (central-composite designs OR Box-Behnken designs)
%% i want to calculate Nu with different parameters (phi, Pr, Nr etc.) by studying RSM approach with the following bvp4C cod...
3年弱 前 | 0 件の回答 | 0
0
回答質問
Undefined function 'int' for input arguments of type 'double'.
syms x S1(x) E1(x) I1(x) R1(x) h1 h2 h3 h4 C1 C2 C3 C4 b = 0.001; w = 0.01; g = 0.02; NS = 497; NE = 1; NI = 1; NR = 1; EQ =...
4年弱 前 | 0 件の回答 | 0
0
回答質問
Need some change in the present Analytical solution code which I'm unable
syms x F1(x) G1(x) H1(x) n fw h Nt = 0.5; Nb = 0.5; Pr = 1; Le = 2; DF = diff(F1,x); eq1 = diff(F1,x,3) + diff(F1,x,2) == 0; ...
4年弱 前 | 1 件の回答 | 0
1
回答質問
How to arrange this code to run
function [dM,vM,aM] = Galpha_integration(dt,n,d0,v0,a0,Mass,Damp,Stiffness,Force) alpha_m = 1/2; alpha_f = 1/2; gamma = 1/2-alp...
約4年 前 | 1 件の回答 | 0
