matlab根据行列标题索引表格数据 %%通过行列标题查找对应数值 path = 'C:\Users\lenovo\Desktop\matlab程序\通过表格行与列标题查找数值\table.xlsx'; table = readcell(path); % 使用readcell读取表格文件,能够读取表格全部内容,存储为cell格式 row = table(1,2:5); % 读取行标题 column = cell2mat(table(2:10,1)); % 读取列标题,并由cell转换成double data = cell2mat(table(2:10,2
2021-12-06 15:20:54 32KB ab atl lab
1
F5 Agility 2018 Hands-on Lab Guide for 201 Certification BIG-IP
2021-12-06 14:04:08 8.17MB F5
Palo Alto lab guide - Firewall 10.0 Essentials Configuration and Management.rar Palo Alto Networks Firewall 10.0 Essentials: Configuration and Management Lab Guide PAN-OS® 10.0 EDU-210 Courseware Version A
2021-12-06 14:04:07 16.69MB PaloAlto
%LAB2RGB Convert an image from CIELAB to RGB % % function [R, G, B] = Lab2RGB(L, a, b) % function [R, G, B] = Lab2RGB(I) % function I = Lab2RGB(...) % % Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double % image, and returns an image in the RGB color space. Values for L are in % the range [0,100] while a* and b* are roughly in the range [-110,110]. % If 3 outputs are specified, the values will be returned as doubles in the % range [0,1], otherwise the values will be uint8s in the range [0,255]. % % This transform is based on ITU-R Recommendation BT.709 using the D65 % white point reference. The error in transforming RGB -> Lab -> RGB is % approximately 10^-5.
2021-12-03 11:07:17 2KB matlab
1
Matlab R2012b代码探索斐波那契,伽罗瓦和状态空间线性反馈移位寄存器序列发生器。 它是什么? LFSR-Lab是用于生成,操纵和分析线性反馈移位寄存器序列的实用程序的集合。 在此存储库中,您将找到: 所有实用程序的Python,MATLAB和C ++实现 可定制的序列生成器,用于斐波那契(aka SSRG),伽罗瓦(aka MSRG)和State Space(aka SSG)LFSR公式 在等效的SSRG和MSRG结构之间转换的实用程序 实用程序,用于计算和应用掩码以移动伪随机序列的起始位置 用于执行LFSR状态的快速传播的实用程序 需要 Python Python 2.7或3.x(x> 5) mabplotlib 科学的 麻木 的MATLAB MATLAB版本8或更高版本(无需工具箱) GNU Octave版本4.0.0或更高版本(无需软件包) C ++ C ++ 11或更高版本 自包含,无外​​部依赖项(仅使用标准库函数) 职能 ssrg()-使用斐波那契公式生成序列 msrg()-使用Galois公式生成序列 ssrg_mask()-斐波那契蒙面生成器 msrg_mas
2021-12-03 08:51:55 69KB 系统开源
1
这是一份RGB与Lab空间转换的代码,代码简洁好用,可以在opencv2中调用
2021-12-01 15:01:04 2KB RGB,Lab
1
最新华为认证HCIE RS论述题库HCIE LAB,里面有最新的HCIE RS论述题库,可以说都是原题,可以说把这个文档背过,去参加新版HCIE,就能拿到证书
2021-12-01 14:02:45 1.72MB HCIE-LAB HCIE-RS HCIE论述题 华为认证
virtual lab 基础培训教程,声学边界元
2021-11-29 16:42:51 24.34MB virtual lab
1
关于LMS Virtual.Lab Motion的介绍,很全面。详解说明了Virtual.Lab Motion软件的功能,列举了在许多行业的应用案例,推荐阅读。
2021-11-29 16:31:59 1.04MB LMS Virtual.Lab Motion
1
Lab_3_Metrology 学生的实验室工作
2021-11-29 15:22:58 72KB
1