photo

Demetrio Rodriguez Tereshkin


Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • First Review
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
LaTeX Interpreter and Blackboard bold (\mathbb{}) for text
Or just add asmath package to matlab-latex: http://stackoverflow.com/questions/12250919/how-do-you-use-the-latex-blackboard-fon...

environ 8 ans il y a | 0

Réponse apportée
count lines of code for entire project
This is what you are looking for: https://github.com/AlDanial/cloc

plus de 8 ans il y a | 1

Réponse apportée
Subplots made by multiple plots
Or just use hold on after |subplot|. % some values x(1,:) = 1:10; x(2,:) = x(1,:)-1; y = x.^2; % subp...

plus de 8 ans il y a | 0

Réponse apportée
Testing for the presence of a substring in a cell array of strings
OP has already given, in my opinion, the best answer. Although it has to be corrected: isempty() always returns 1 for the type "...

presque 9 ans il y a | 1