Community Profile

photo

Antonio Javier Barragán Piña


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

Last seen: 5 jours il y a Actif depuis 2016

Statistiques

All
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • First Answer

Afficher les badges

Content Feed

Afficher par

A soumis


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

plus d'un an il y a | 85 téléchargements |

Question


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

plus d'un an il y a | 1 réponse | 2

0

réponse

A répondu
[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

presque 4 ans il y a | 1

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

presque 8 ans il y a | 63