Statistics
RANK
1.589
of 257.653
REPUTATION
30
CONTRIBUTIONS
0 Questions
10 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
9
RANK
9.814 of 17.753
REPUTATION
51
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
10
ALL TIME DOWNLOADS
380
RANK
of 109.919
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How do I use multiple GPU for GAN
It appears that when using custom training loops (as in the example), "multi-gpu" option is not supported. However, you can stil...
7 meses ago | 0
How do I use multiple GPU for GAN
Hi! You should change 'ExecutionEnvironment' option to 'multi-gpu'. More info here. Before doing that, you might want to check i...
7 meses ago | 0
confidence interval on bar plot
Hi! I believe you could use the errorbar function. Here's an example: % Create groups and data X = categorical({'Small','Mediu...
7 meses ago | 0
| accepted
Problem with CNN after compiling
It looks like your executable doesn't know how to handle the network object. You can try explicitly including the class definiti...
más de 1 año ago | 0
Submitted
Autoencoder-based anomaly detection for sensor data
Demo that shows how to use auto-encoders to detect anomalies in sensor data
casi 2 años ago | 10 downloads |

EEG signal data in Machine Learning algorithm
Hi Rafael. I'm not an expert in EEG -related applications, but this sounds like something similar to e.g. speech recognition, in...
más de 2 años ago | 0
Has anyone connected Matlab to a MS Azure SQL database?
Hi Andre, I was able to connect to an Azure SQL database by doing the following: 1. Download and install the JDBC drivers that...
más de 3 años ago | 2
| accepted
Problem with displaying output of executable
Note that in R2017b (and possibly beyond) on Windows 10, no output is printed on the Windows command prompt even if you launch t...
más de 4 años ago | 3
Returning output argument from standalone executable
Instead of a standalone executable, you should use a python library compiled with MATLAB Compiler SDK. It allows you to call MAT...
más de 4 años ago | 0
How do I pass arguments into and out of my standalone executable?
Note that in R2017b (and possibly beyond) on Windows 10, no output is printed on the Windows command prompt _unless you uncheck_...
más de 4 años ago | 1
How to generate a geographical heat map? (worldwide, country-level granularity)
This can be quite easily done with the Mapping toolbox. Here's an example: % read a shapefile with some regions in it S ...
casi 6 años ago | 3
| accepted