Bibliography CNRS 2024-03-05

CNRS recommendation for bibliography ressources.

Read more

Ros1 in Ubuntu 22 2024-02-20 • rosprogramming

Actually this is a lie, we just use docker.

Read more

QBOT3+ROS - A new hope 2023-07-13 • programmingroboticscontrol

Qbot3 is a robot constructed by Quanser for the education of Automatic Control.

In this series we will explore how to work with it using ROS.

Read more

Dividing summary into Columns in $\LaTeX$ Beamer 2022-06-03

In this post we will learn how to divide the contents of the summary of a $\LaTeX$ beamer presentation into multiple columns.

Read more

Notes of Youtube Video using org-mode 2022-03-15

In this post I will show how to make notes of youtube videos in a org-mode file.

Read more

Matrix Columns to Cell 2022-01-27 • programmingmatlab

In this post we will learn how to transform columns of a matrix into cells and why do this.

Read more

Passing N arguments with one variable in MATLAB 2022-01-07 • programmingmatlab

In this post we will learn how to pass N arguments in a MATLAB function using a single variable.

Read more

Vector combinations in MATLAB 2021-11-25 • programmingmatlab

In this post we will learn how to make combinations of values with repetition and ordering, useful for boolean operations or creating n-dimension inputs combinations without nested for loops.

Read more

Overloading operators in MATLAB 2020-01-27 • programmingmatlab

Operator overloading is a very useful tool to make code more readable, sometimes known as syntactic sugar. Such artifice is present in a diverse gamma of programming languages including C++ and Java.

In this post we will learn how to implement them in MATLAB.

Read more

Drawing diagrams on the web 2019-11-12 • scriptsblogging

Sometimes it is crucial to use diagrams to explain something, in this post we will learn some ways to draw diagrams on a web page.

Read more