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
