Antonio Javier Barragán Piña
Department of Electronics Engineering, Computer Systems and Automatics (University of Huelva)
Followers: 0 Following: 0
Statistics
RANK
566
of 295,486
REPUTATION
134
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
67
RANK
1,185 of 20,236
REPUTATION
1,578
AVERAGE RATING
4.00
CONTRIBUTIONS
1 File
DOWNLOADS
96
ALL TIME DOWNLOADS
15674
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Fuzzy Logic Toolbox Add-On
Adds new utilities to Fuzzy Control System Toolbox interesting for Fuzzy Control Systems.
2 years ago | 97 downloads |
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 ...
2 years ago | 0 answers | 2
0
answers[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 years ago | 1
How do I make a figure full screen programmatically in MATLAB?
set(gcf, 'Position', get(0, 'Screensize'));
8 years ago | 64