Today I wanted to talk about one specific custom class attribute that I have written and that showcases some of the beautiful things that you can achieve through the metaprogramming…
If you have used OOP to create your own Matlab classes in the past, you are most likely familiar with the different attributes that can be set to the classdef,…
It’s been a long time since I post. But in reality I haven’t stopped working with uihtml elements. Back in April I participated in the first “Lighting Talks” organized by…
Okay, fourth post. I think we have learnt enough theory about uihtml. It’s about time we make the jump and start creating our own, right? I sure think so, so…
So far we have seen that when we create an uihtml component, we are actually embedding our own website inside an <iframe> of the parent figure. Components will live both…
As I mentioned in the previous post, the ultimate goal of this blog is to craft our own library of custom-made HTML components. However, before we start to design and…
This is the first post of a series in which I want to talk about Matlab user interfaces (apps) developed using HTML-based figures. Why would anyone want to write a…