photo

Antonio Javier Barragán Piña


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

Last seen: 4 Tage vor Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 2 Jahre vor | 0 Antworten | 2

0

Antworten

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

mehr als 4 Jahre vor | 1

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

mehr als 8 Jahre vor | 64