photo

Saeed Bello


University of Ilorin

Last seen: 18일 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

6 질문
7 답변

순위
2,599
of 300,369

평판
24

참여
6 질문
7 답변

답변 채택
16.67%

획득한 표
13

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
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

대략 4년 전 | 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...

대략 8년 전 | 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...

8년 초과 전 | 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.

대략 9년 전 | 답변 수: 1 | 2

1

답변