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

4 years ago | 1

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

5 years ago | 3

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

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

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

10 years ago | 0

Submitted


fun_removecellrowcols
Removes the non desired rows or columns from a cell

10 years ago | 1 download |