⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 posisi_mata_kon.m

📁 非常好的M_QAM调制解调程序
💻 M
字号:
function [pos1 pos2]=posisi_mata_kon

set(0,'Units','pixels') 
scnsize = get(0,'ScreenSize');
bdwidth = 5;
topbdwidth = 30;
buttom = 10;%scnsize(4) - 670  - (topbdwidth + bdwidth);%40;
% pos1  = [bdwidth, 2/3*scnsize(4) + bdwidth, scnsize(3)/2 - 2*bdwidth, scnsize(4)/3 - (topbdwidth + bdwidth)];
pos1  = [bdwidth, buttom, scnsize(3)/2 - 2*bdwidth, scnsize(4)/3 - (topbdwidth + bdwidth)];
pos2 = [pos1(1) + scnsize(3)/2, pos1(2), pos1(3), pos1(4)];

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -