photo

jin wang


Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
36.664
of 299.750

REPUTAZIONE
1

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
1

RANK
 of 20.792

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 165.710

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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, ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 10 anni fa | 3 risposte | 0

3

risposte

Domanda


solving system of multiple equations
My code is: syms BF1 BF2 BF3 BF4 CO COreq eqn1 = BF3(i)==0.012*CO; eqn2 = BF1(i)==...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 10 anni fa | 1 risposta | 1

1

risposta