photo

jin yong


Last seen: 3 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
14.847
of 300.392

REPUTATION
3

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
2

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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

meer dan 2 jaar ago | 1 answer | 1

1

answer

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

meer dan 2 jaar ago | 1

Question


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

meer dan 2 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


implicit function ,differeation
here we have implicit function , caculate

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 2 jaar ago | 2 answers | 0

2

answers