Community Profile

photo

José Crespo Barrios


Active since 2014

Statistics

All
  • First Review
  • First Submission
  • Revival Level 1
  • First Answer

View badges

Content Feed

View by

Answered
How to create a Matlab module
The fast roundabout I make to create a python-like module in matlab is to define a module-function with only two arguments: 1) s...

meer dan 4 jaar ago | 1

Answered
how to compare two cell array
cellfun(@isequal, cell_1, cell_2)

meer dan 5 jaar ago | 3

Answered
How do I change the font size for text in my figure?
set(findall(gcf,'-property','FontSize'),'FontSize',18)

ongeveer 8 jaar ago | 11

Question


urlread get method problems when passing header arguments
Hello, this problem arises from using an API (source: https://bittrex.com/home/api) The point is when authenticating with Pos...

meer dan 9 jaar ago | 0 answers | 0

0

answers

Answered
Using Hold with plotyy and subplot in loop
Hello Adrián, It is well known that an image is better than thousand words. In coding is the same, but examples instead of im...

bijna 10 jaar ago | 0

Submitted


fun_removecellrowcols
Removes the non desired rows or columns from a cell

bijna 10 jaar ago | 1 download |