photo

huang


university

Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

4 Questions
0 Réponses

RANG
175 826
of 300 352

RÉPUTATION
0

CONTRIBUTIONS
4 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
0

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Matlab programming (line search)
function alpha=linesearch(t0,n,x,y,capacity) ALPHA=.15 BETA=4 capacity1=capacity*.9; a=0; b=1; r=(5^(1/2)-1)...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


how to solve tan(x)=x
May I ask how to solve tan(x)=x in matlab?

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


how to get minimum positive solution?
1/K (sin(u)/u-cos(u))+(2-2cos(u)-usin(u))/L=0, K,L is constant, how to get the minimum positive solution of u?

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


How to select value
clear Z=[-4:1:2];H=[0:1:4]; [xx,yy]=meshgrid(Z,H); zz=0.4166+0.0456.*yy-0.2343.*xx; if zz>=1 then zz=1 end if zz<=0 t...

presque 12 ans il y a | 2 réponses | 0

2

réponses