photo

Antonio Javier Barragán Piña


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

Last seen: 13 giorni fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

1 Domanda
2 Risposte

File Exchange

2 File

RANK
580
of 301.252

REPUTAZIONE
135

CONTRIBUTI
1 Domanda
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
68

RANK
1.132 of 21.207

REPUTAZIONE
1.673

VALUTAZIONE MEDIA
4.00

CONTRIBUTI
2 File

DOWNLOAD
43

ALL TIME DOWNLOAD
16618

RANK

of 173.657

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

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

Visualizza badge

Feeds

Visto da

Inviato


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...

circa un anno fa | 7 download |

0.0 / 5

Inviato


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

circa 3 anni fa | 38 download |

4.0 / 5

Domanda


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 ...

circa 3 anni fa | 0 risposte | 3

0

risposte

Risposto
[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

quasi 6 anni fa | 1

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

quasi 10 anni fa | 64