Community Profile

photo

Antonio Javier Barragán Piña


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

Last seen: 8일 전 2016년부터 활동

Followers: 0   Following: 0

연락

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

1년 초과 전 | 다운로드 수: 78 |

질문


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

1년 초과 전 | 답변 수: 0 | 2

0

답변

답변 있음
[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

거의 4년 전 | 1

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

거의 8년 전 | 63