Community Profile

photo

jin yong


Last seen: 7개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how to draw a 3D voxel / volumetric plot
how to draw a 3D voxel / volumetric plot like this use matlab this picture were drawn by python, the code sa below: import...

9개월 전 | 답변 수: 1 | 1

1

답변

답변 있음
converte the anonymous constraint function using fcn2optimexpr
the optimal value fval will be 163.0099. replace the con2=@(x,y,z)(z+abs(x)+abs(y)) cons2=fcn2optimexpr(con...

대략 1년 전 | 1

질문


converte the anonymous constraint function using fcn2optimexpr
N=20 x=optimvar('x',N,'LowerBound',-1,'UpperBound',1); y=optimvar('y',N,'LowerBound',-1,'UpperBound',1); z=optimvar('z',N...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


The Staff Scheduling Problem,Loops Constraints,
The Staff Scheduling Problem Suppose you run the popular Pluto Dogs hot dog stand that is open seven days a week. You hire ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


MATLAB built-in function "wrap around" an index in multiperiod planning models
Does MATLAB have a built-in function that functions similarl with @WRAP in LINGO ? The Staff ...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Use Problem-Based Optimize solve the "Or Constraints" problem,which showed in the chapter of "Solver-Based Optimization Problem Setup"
How to solve the same problem with Problem-Based Optimize. This example form https://ww2.mathworks.cn/help...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


implicit function ,differeation
here we have implicit function , caculate

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


use compose caculate piecewise fun
, caculate ,,, but different picecwise expression get different outcome on ,: f(x)=piecewise(x<=0,0,x) or f(x)=piecewise(x...

대략 1년 전 | 답변 수: 2 | 0

2

답변