統計
MATLAB Answers
4 質問
0 回答
ランク
of 175,013
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
non linear equation with unknown parameters (optimization)
function f=trail6(x) syms k n a T=[940 915 909 898 895 888 879 873 854 851 848 840 823 798 791 773 758 748 731 727 723 706 700...
7年弱 前 | 0 件の回答 | 0
0
回答質問
non linear equation solution
hi, Please some one solve the below code. This code is to find the unknown equations in the equations. clc; clear all; sym...
7年弱 前 | 0 件の回答 | 0
0
回答質問
non linear equation, fminsearch, to find unknown parameters
hi Please some one help me in finding the unknown parameters from the given data by using fminsearch or any other method. and i...
7年弱 前 | 1 件の回答 | 0
1
回答質問
non linear equation solution problem
clear all clc syms x xe k n CR T Tin=915; CR=1; xe=1; eq=(xe*k^n*((Tin-T)/CR)^n)/(1+k^n*((Tin-T)/CR)^n)==x; eq1=subs(eq,T...
7年弱 前 | 1 件の回答 | 0
