Skip to content

Instantly share code, notes, and snippets.

@KarlClinckspoor
KarlClinckspoor / conversion.py
Last active January 27, 2023 00:58
Conversion tool to make Zettlr markdown files be visible in Graph Mode in Obsidian
# encoding=utf8
#
# The purpose of this script is to convert the internal links used by Zettlr into
# links recognized by Obsidian. I know Obsidian has a built-in converter, but it
# didn't work for my files, perhaps because of my custom ID format.
#
# Problem description
#
# Zettlr uses links in the form of [[ID]], and it then searches the files available
# to match this ID, and it often is in the filename. Obsidian is different, as it uses
@KarlClinckspoor
KarlClinckspoor / fredholm_nmr.m
Created March 24, 2020 22:23
Help - Solving Fredholm Integrals of the First Kind
% Original article: https://ieeexplore.ieee.org/abstract/document/995059
% Any help is appreciated.
%% Defining constants %%
% From Table 1
N1 = 30; % T1 pulses
N2 = 4000; % T2 pulses
% From Page 1018, right before part II
Nx = 100; % Num of discretized T1
Ny = 100; % Num of discretized T2
%% Defining ranges %%