-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1
-
This is the introduction of a Face Recognition English on the paper, which is a...
这是介绍人脸识别的一篇英文综述性的论文,这是上半部分-This is the introduction of a Face Recognition English on the paper, which is a part
- 2022-07-02 23:19:44下载
- 积分:1
-
Memory card Driver For HCL laptops
Memory card Driver For HCL laptops
- 2022-01-25 17:25:06下载
- 积分:1
-
tomcat 最新版本6.0.13 ,从Apache官方网站上当的
tomcat 最新版本6.0.13 ,从Apache官方网站上当的-tomcat the latest version 6.0.13, taken from the official website of Apache
- 2022-11-16 17:05:04下载
- 积分:1
-
增强c源代码可读性的c源程序
增强c源代码可读性的c源程序-enhance readability of the source code c source
- 2022-07-05 13:28:53下载
- 积分:1
-
汉字内码转换:GB、big5、unicode三者间任意转换
汉字内码转换:GB、big5、unicode三者间任意转换-CICS code conversion : GB, big5, unicode switch among the three arbitrary
- 2022-03-12 04:28:17下载
- 积分:1
-
这是自己做的一个FLASH文件,主要显示的是AA大学的图片及其历史...
这是自己做的一个FLASH文件,主要显示的是AA大学的图片及其历史-This is their own to do a FLASH file, mainly shown in the picture is AA University and its history
- 2022-07-07 21:38:47下载
- 积分:1
-
function long StrToData (CString strData. int jz) function : is the string to in...
函数 long StrToData(CString strData,int jz)
功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串
返回:长整型数值
参数:strData 为将要转换的字符串
参数:jz 为字符串的进制
如:
CString s
s="FFA6"
long data=StrToData(s,16)
则:data的值为:65446
用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中
加入#include "StrToData.h"即可调用
-function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
- 2023-05-26 02:20:03下载
- 积分:1
-
Matlab MIMO OFDM channel estimation source files, beginners can look at.
Matlab MIMO OFDM信道估计源程序,初学者可以看看。-Matlab MIMO OFDM channel estimation source files, beginners can look at.
- 2022-03-24 21:10:58下载
- 积分:1
-
电除尘行业中监控界面采用ACTIVE 控件的形式,直接和下方被监控的控制单元通信,完成数据显示,报警和打印,...
电除尘行业中监控界面采用ACTIVE 控件的形式,直接和下方被监控的控制单元通信,完成数据显示,报警和打印,-ESP monitoring interface using industry ACTIVE form of control, direct and the bottom of the control unit has been monitoring communications, complete data, alarm and printing,
- 2022-09-16 02:35:04下载
- 积分:1