![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2584192_1566826726715.png)
Manu R
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
2.433
of 297.016
REPUTACIÓN
26
CONTRIBUCIONES
0 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
11
CLASIFICACIÓN
664 of 20.419
REPUTACIÓN
2.733
EVALUACIÓN MEDIA
4.30
CONTRIBUCIONES
7 Archivos
DESCARGAS
18
ALL TIME DESCARGAS
25466
CLASIFICACIÓN
116.682
of 157.725
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Flatten nested cell arrays
Linearize a cell array tree structure
más de 8 años hace | 1 descarga |
Enviada
Largest memory block available (All platforms)
Find the largest contiguous memory block available for array allocation on all platforms.
más de 8 años hace | 1 descarga |
Enviada
Macopen
Opens a file in its default application, similar to what winopen.m does on Windows machines.
más de 8 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/25080/versions/2/screenshot.png)
Enviada
EXPLORE3D
Turns a figure window into a flight simulator so you can explore your 3-D data.
más de 8 años hace | 1 descarga |
Enviada
SCATTERBAR3
Creates a 3-D bar chart where bars are placed in user specified X-Y locations.
más de 8 años hace | 7 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/1420/versions/2/screenshot.jpg)
Enviada
A thin MATLAB wrapper for the Git source control system
Use this exactly as you would use the OS command-line Git, but from within MATLAB
más de 9 años hace | 4 descargas |
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
alrededor de 13 años hace
Simple Regression
It sounds to me like you want to consider the logistic functional form for your linear regression, where: |Y(X) = a/(b + exp(c*...
casi 14 años hace | 0
How to Show the Weight or Bias in a Neural Network?
Neural net objects in MATLAB have fields you can access to determine layer weights and biases. Suppose: mynet = feedfor...
casi 14 años hace | 7
normally random number generator with limited zone
You should *not* choose a probability distribution and then restrict its range. It leads to all sorts of problems with your meas...
casi 14 años hace | 1
Calling R from MATLAB on a Mac
_<http://blog.revolutionanalytics.com/2009/01/using-r-as-a-scripting-language-with-rscript.html Rscript is a noninteractive vari...
alrededor de 14 años hace | 3
| aceptada
Why do I get an error when using disp in a CRON job?
If you're using _crontab_, make sure you've got the output environment variables SCHEDULE_* set as expected. This page has a use...
alrededor de 14 años hace | 0