Community Profile

photo

huang


university

Active since 2013

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

10 years ago | 1 answer | 0

1

answer

Question


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

10 years ago | 2 answers | 0

2

answers

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?

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 1 answer | 0

1

answer