jin wang
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
36.649
of 295.569
REPUTATION
1
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Assign values(form of a row vector) with different sizes to a matrix(fixed size), row by row
Let's say I have initialized a matrix with size m x n. Now with a "for" loop, I assign the values row by row to this matrix, ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to optimize two variables with different scales
I am using fminsearch function to optimize two variables, say, a and b. They are the values returned from the optimization funct...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
problem using fminsearch, as parameters that I want to optimize is not input for the handle function
What if my model is composited by many subfunctions, and the handle function I am going to use in fminsearch doesn't include the...
etwa 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error: In an assignment A(I) = B, the number of elements in B and I must be the same.
This is my code BF=initialBF(); %is a function returns a column vector BF(4,1) .......... COmax = HRmax*S...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
output middle variable in ode45 to the main function
Here are the problems I encountered: 1. ode45 can only relate one variable to time t, in this case it's T(including Tcr Tmu T...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error when solve system of equation using vpasolver
function [BF1,BF2,BF3,BF4,CO,COreq] = solveBF(k,MaxBFvsk,PctBF,MuVO2,COmax,BF1,BF2,BF3,BF4,CO,COreq) %UNTITLED5 Summar...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
solve a system of equations.
Could any one please help me write the code to solve this system of equations? Fcl=1/(1+0.155*Iclo*h); hr=4*5.67*0.0...
etwa 9 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
solving system of multiple equations
My code is: syms BF1 BF2 BF3 BF4 CO COreq eqn1 = BF3(i)==0.012*CO; eqn2 = BF1(i)==...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to solve coupled both differential equations and normal equations
I know how to use ode45 to solve the coupled differential equations. The problem now is there are many other variables. Let's sa...
etwa 9 Jahre vor | 1 Antwort | 1