photo

Thalassia Nouni


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
139,109
of 301,298

평판
0

참여
5 질문
0 답변

답변 채택
80.0%

획득한 표
0

순위
 of 21,225

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,851

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Numerical Optimization: Write a numerical objective function
I have to minimize a numerical objective function of the form: min Σ(x(i+1)-x(i))^2, i=1..10 and x(i) are the variables to b...

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

1

답변

질문


fmincon: how should x0 be specified
I want to minimize a multivariable uncontstrained function with lower and upper bounds. I don't have any information or idea how...

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

1

답변

질문


fmincon requires only double
I want to use fmincon to minimize a function. Then Matlab returns that fmincon requires only double inputs. Even thought I trans...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to use numerical fmincon
I have the following objective function t = 0:0.01:1; v = 3.*t; objective =@(t) (1 - b).*( a1.*v + a2.*v.^2); %where a1,a2 gi...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Print the power of a vehicle with time array entries
tThe time interval I am using is set as t = 0:0.01:3 And I want to calculate the Power of vehicle, which is a time function: ...

7년 초과 전 | 답변 수: 2 | 0

2

답변