Saeed Bello - MATLAB Central
photo

Saeed Bello


University of Ilorin

Last seen: 約2ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 08/16 to 04/25Use left and right arrows to move selectionFrom 08/16Use 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

6 質問
7 回答

ランク
2,562
of 298,005

評判
24

コントリビューション
6 質問
7 回答

回答採用率
16.67%

獲得投票数
13

ランク
 of 20,520

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,151

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How can I add a a best fit line, a scatter plot data? having trouble
Just add lsline after your scatter plot expression. For example scatter(x,y) lsline

3年以上 前 | 1

質問


how to preallocate a table in matlab for for loop to read multiple excel sheet
Here I modified a code from here to read a multiple excel sheets from a file. However, I do not know how to preallocate the empy...

5年弱 前 | 1 件の回答 | 0

1

回答

回答済み
how to save and reuse a trained neural network
You get error while loading your saved net becuase your filename is not complete (undefined). Don't forget that on your current...

約5年 前 | 1

回答済み
Problem of neural network prediction
You will need to convert your data to standard neural network cell array form. Try this: inputs = tonndata(inputs,false,false)...

約5年 前 | 2

回答済み
Storing Multiple Matrices from a For Loop
You can use a three-dimensional matrix e.g. for i = 1:8 % no. of iteration S(:, :, i) = myfunx(i,10); % 10 x 10 outpu...

7年以上 前 | 7

回答済み
Rearranging of matrix in order to avoid loop
You can try to look up <https://www.mathworks.com/company/newsletters/articles/matrix-indexing-in-matlab.html Matrix indexing> a...

7年以上 前 | 0

回答済み
Plotting many plots on same figure with unique colors
The link below gives a function to solve this problem: https://www.mathworks.com/matlabcentral/fileexchange/42673-beautiful-a...

8年弱 前 | 0

質問


Is it possible to loop a textscan?
I wrote a code in this form but could not read the data looping through textscan. My deasire is the pick the header Data l...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


How do I assign Nan to data entry after reading data file using textscan?
I have a data in the following format DATE TIME DOY TAMX TAMY TAMZ TAMG 2010-01-01 00:...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


Help me to make my MATLAB code smarter to run
I wrote a code to read and extract some parameter from a dataset at every hour. The import data is in a text file. The data file...

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

1

回答

回答済み
Help me to make my MATLAB code smarter to run
*@Stephen Thanks for the guide in Writing a good code.* I have re-write the code to pick a parameter from the data set. My p...

約8年 前 | 0

質問


Help me with this code
I wrote a code to pick a parameter from the data set. The code can only read line and extract parameter desired from the dat...

約8年 前 | 0 件の回答 | 0

0

回答

質問


how to convert data in UTC to a specific local time
I have a one-year hourly data in UTC time. How do I convert the data to a specific local time say for example -5 UTC.

8年以上 前 | 1 件の回答 | 2

1

回答