![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4403257_1522102001553_DEF.jpg)
Saeed Bello
University of Ilorin
Followers: 0 Following: 0
Statistica
RANK
2.553
of 297.046
REPUTAZIONE
24
CONTRIBUTI
6 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
16.67%
VOTI RICEVUTI
13
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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
oltre 3 anni fa | 1
Domanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostahow 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...
quasi 5 anni fa | 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)...
quasi 5 anni fa | 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...
oltre 7 anni fa | 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...
oltre 7 anni fa | 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...
oltre 7 anni fa | 0
Domanda
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...
quasi 8 anni fa | 2 risposte | 0
2
risposteDomanda
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:...
quasi 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 8 anni fa | 1 risposta | 0
1
rispostaHelp 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...
circa 8 anni fa | 0
Domanda
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...
circa 8 anni fa | 0 risposte | 0
0
risposteDomanda
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.
oltre 8 anni fa | 1 risposta | 2