Olawale Oyewole - MATLAB Central
photo

Olawale Oyewole


Last seen: 7ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/22 to 04/25Use left and right arrows to move selectionFrom 02/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
1 回答

ランク
19,805
of 298,102

評判
2

コントリビューション
4 質問
1 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 20,534

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,343

コントリビューション
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...

8ヶ月 前 | 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...

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

2年弱 前 | 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年弱 前 | 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...

約3年 前 | 1 件の回答 | 0

1

回答