Statistics
All
RANK
11,548
of 295,467
REPUTATION
4
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
3,151 of 20,234
REPUTATION
502
AVERAGE RATING
4.40
CONTRIBUTIONS
10 Files
DOWNLOADS
34
ALL TIME DOWNLOADS
4785
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Minimum size Neural Network to represent a Boolean Function
A single neuron (with one input and one output) will take the input, multiply it by a weight, add it a bias, pass it through a n...
Minimum size Neural Network to represent a Boolean Function
A single neuron (with one input and one output) will take the input, multiply it by a weight, add it a bias, pass it through a n...
6 years ago | 0
Answered
I have latitude, longitude and Height data in form matrix, then I would plot these values in 3D plot just like how surface looks.
lat and lon are in degrees and height is in meter/kilometers etc. If you want to plot them in the same plot (with |plot3| for ex...
I have latitude, longitude and Height data in form matrix, then I would plot these values in 3D plot just like how surface looks.
lat and lon are in degrees and height is in meter/kilometers etc. If you want to plot them in the same plot (with |plot3| for ex...
6 years ago | 0
Answered
How can I access the file seismic_data.dat mentioned in the "signal analysis made easy"?
You can download such ground motion records online. For instance here is a link to the Turkish strong ground motion database. <...
How can I access the file seismic_data.dat mentioned in the "signal analysis made easy"?
You can download such ground motion records online. For instance here is a link to the Turkish strong ground motion database. <...
7 years ago | 0
Answered
Replacing NaN with nearest neighbor
A quick and dirty* way is to get the indices of the NaN values and replace them with their immediate neighbors (to the left or r...
Replacing NaN with nearest neighbor
A quick and dirty* way is to get the indices of the NaN values and replace them with their immediate neighbors (to the left or r...
8 years ago | 0
Answered
Batch inside a Batch
It seems like you are not allowed to change the pool size on the cluster. You can see the effect of the number of cores by chang...
Batch inside a Batch
It seems like you are not allowed to change the pool size on the cluster. You can see the effect of the number of cores by chang...
11 years ago | 0
| accepted
Answered
How to display the Matlab command window data in GUI static text
You create a text box and then you update it like this set(txt_handle,'string','blaaa')
How to display the Matlab command window data in GUI static text
You create a text box and then you update it like this set(txt_handle,'string','blaaa')
11 years ago | 0