photo

Olawale Oyewole


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
19,809
of 300,763

声誉
2

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
1

排名
 of 21,082

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,923

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I replace the upper off diagonal(super diagonal) and lower off diagonal(sub diagonal) of a matrix?
Given a symmetric tridiagonal matrix T generated by n=5; p=1; q=1.7; r=1; T=full(gallery('tridiagonal',n,p,q,r)); T=[1...

1 year 前 | 5 个回答 | 0

5

个回答

提问


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

2 years 前 | 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 ...

2 years 前 | 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...

2 years 前 | 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...

4 years 前 | 1 个回答 | 0

1

个回答