photo

Antonio Javier Barragán Piña


Department of Electronics Engineering, Computer Systems and Automatics (University of Huelva)

Last seen: 2 días hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

1 Pregunta
2 Respuestas

File Exchange

2 Archivos

CLASIFICACIÓN
580
of 301.275

REPUTACIÓN
135

CONTRIBUCIONES
1 Pregunta
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
68

CLASIFICACIÓN
1.132 of 21.216

REPUTACIÓN
1.673

EVALUACIÓN MEDIA
4.00

CONTRIBUCIONES
2 Archivos

DESCARGAS
44

ALL TIME DESCARGAS
16623

CLASIFICACIÓN

of 173.777

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • GitHub Submissions Level 1
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • First Answer

Ver insignias

Feeds

Ver por

Enviada


Fuzzy Logic Tools (FLT)
Fuzzy Logic Tools (FLT) is a C++ framework for storage, analysis and design of fully general multiple-input multiple-output (MIM...

alrededor de 1 año hace | 7 descargas |

0.0 / 5

Enviada


Fuzzy Logic Toolbox Add-On
Adds new utilities to Fuzzy Control System Toolbox interesting for Fuzzy Control Systems.

alrededor de 3 años hace | 38 descargas |

4.0 / 5

Pregunta


How to activate openGL in MATLAB on Linux if you have problems
It took me a long time to get it, so I'll put you here in case it helps how I managed to activate openGL in Linux: 1) If you ...

alrededor de 3 años hace | 0 respuestas | 3

0

respuestas

Respondida
[ERROR] FOUserAgent - Image not found. Encountered using publish r2018a
Adding as first line of code this works for me (it is a comple clean of MATLAB environment): clc, clear all, close all

casi 6 años hace | 1

Respondida
How do I make a figure full screen programmatically in MATLAB?
set(gcf, 'Position', get(0, 'Screensize'));

casi 10 años hace | 64