photo

Olawale Oyewole


Last seen: 5개월 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to implement linesearch in optimization algorithms?
I am trying to implement a linesearching procedure in an optimization algorithm. $\eta_n=\eta^{m_n}$ where $m_n$ is the smallest...

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

1

답변

답변 있음
Replace certain elements of vector with the values from another vector
for i=1:3 x=[1 2 5]; y=zeros(1,3); y(1:1:3)=1+log(x(i)); end Please help replace each entry of y by 1+log(x(i)). That is ...

대략 1년 전 | 1

질문


Vector element replacement by specified variables
I am currently having issues with this code. I want to replace each entry of a vector with specified values. for i=1:3 x=[1...

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

1

답변

질문


Creating for loop for random matrixes .
Good day friends and colleagues. I am trying to generate a code for a function as follows. For Define the function by where f...

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

1

답변