This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Eralp Çelebi <[email protected]> | |
clear all | |
clc | |
Options = optimset('TolX',10^-10); | |
R = [100 200 220 250 330 570 1000 1500]; | |
Fc = (01:99).*1000; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"diagnostic.errorSign": "✘", | |
"diagnostic.warningSign": "⚠", | |
"diagnostic.infoSign": "", | |
"diagnostic.hintSign": "", | |
"suggest.completionItemKindLabels": { | |
"keyword": "\uf1de", // sliders | |
"variable": "\ue79b", // isometric box | |
"value": "\uf89f", // digits 123 | |
"operator": "\u03a8", // Ψ greek letter psi |