tag 标签: formats经管大学堂:名校名师名课

相关帖子

版块 作者 回复/查看 最后发表
geoda中为什么在建立个Thiessen多边形文件时,老保存不了,说那个文件命名有问题 MATLAB等数学软件专版 殷桃小丸子彩 2014-11-27 1 1409 曹运齐 2021-11-7 18:52:55
【2016新书】Docker in Action attachment winbugs及其他软件专版 牛尾巴 2016-6-11 15 2420 briskywind 2020-4-11 21:30:07
Foundations for Analytics with Python attach_img 量化投资 igs816 2016-8-24 105 9466 420948492 2018-5-1 10:25:50
JSON Quick Syntax Reference attachment winbugs及其他软件专版 neuroexplorer 2016-5-25 0 1034 neuroexplorer 2017-4-12 07:50:32
Tika in Action attachment 数据分析与数据挖掘 飞天玄舞6 2017-1-12 1 1342 franky_sas 2017-1-13 00:12:43
Python 中结构化数组的构建与处理 attach_img python论坛 casey_c 2016-12-16 1 1068 casey_c 2016-12-19 11:10:46
Markdown or LaTeX? LATEX论坛 janyiyi 2016-10-18 0 1606 janyiyi 2016-10-18 10:52:33
SAS ADVANCED 130 第99题 SAS专版 铃萝 2015-7-24 3 2265 一线天56 2016-10-11 19:54:33
求Configuring Financial Accounting in SAP 2015 PDF attachment 求助成功区 phipe 2016-8-28 2 1361 phipe 2016-8-28 21:36:04
weaving stata sas R in lyx——statweave lyx 中文设置 LATEX论坛 toughxiaoqiang 2015-10-23 1 2129 oliyiyi 2015-10-23 08:09:27
关于字符型变量标志$的一个小问题 SAS专版 hailingkatherin 2015-2-27 4 1807 hailingkatherin 2015-3-2 20:11:23
limitation in SAS dynamic formats SAS专版 bobguy 2014-11-10 2 1870 bobguy 2014-11-10 13:06:08
关于SAS anydtdte informat 混合日期 输入格式 的疑问 SAS专版 henryyhl 2014-6-24 0 4658 henryyhl 2014-6-24 09:15:34
从EPIDATA导出数据到SAS,能把value formats导出到SAS dataset吗? SAS专版 previal 2014-4-10 2 3249 previal 2014-4-13 14:20:16
EPIDATA导出数据到SAS,能把value formats导出到SAS dataset吗? 调查问卷专版 previal 2014-4-10 1 1895 previal 2014-4-10 10:07:23
悬赏 求math and preference文献 - [!reward_solved!] attachment 求助成功区 runnyreddy 2013-10-28 1 829 牛尾巴 2013-10-28 15:54:26
SAS advanced中FMTSEARCH的用法 SAS专版 420948492 2013-3-28 1 7798 纯洁理想奋斗 2013-3-28 21:43:10
[下载]2008中国零售行业分析-非券商 attachment 行业分析报告 peter30cn 2008-10-22 11 3355 lhs123 2010-10-29 00:03:28
[下载]《罗兰贝格工具箱》-MarketResearch-Opportunities for new car sales formats.pdf attachment 行业分析报告 liugreat 2009-2-25 0 1740 liugreat 2009-2-25 10:42:00

相关日志

分享 Format temporary? permanent?
yukai08008 2013-3-16 22:00
If you do not specify the LIBRARY= option, formats are stored in a default format catalog named Work.Formats. As the libref Work implies, any format that is stored in Work.Formats is a temporary format that exists only for the current SAS session.
个人分类: 学习笔记|0 个评论
分享 Mathworks certified MATLAB professional
gaosanyong 2013-1-3 09:26
Mathworks certified MATLAB professional
Data Processing and Visualization Topic Skills Importing Data • Import a mixture of data types from text files using the textscan function • Use low-level I/O functions to read data from a file • Describe techniques to import files with large data sets or irregular formats • List MATLAB functions that help you to manage the files that you read and write • Export a mixture of data types to text files using the fprintf function Organizing Data • Extract multiple data elements from a cell array • Create a structure array to store data organized by field names • Extract data from a structure into an array of values • Create an anonymous function and apply it to each cell in a cell array or each field within a structure • Locate, count, and extract array elements meeting a given criteria Visualizing Data • Select the type of MATLAB plot that is appropriate for the given data and application • Generate customized plots using MATLAB code • Obtain handles to graphical objects as output or using querying functions • Use the get and set commands to further customize a generated MATLAB plot • Navigate the Handle Graphics Property Browser to find documentation on the graphics object and property that affect a specific characteristic of a plot Programming Creating Robust Applications • Call query functions to validate function inputs • Implement a try-catch construct, along with MException objects , for handling error conditions • Ensure code provides desired results by using integrated MATLAB code analysis and debugging tools • Measure code performance using MATLAB Profiler and other tools • Describe the concept of numerical accuracy Structuring Code • Select an appropriate type of MATLAB function based on requirements for function visibility and workspace access • Create and call an anonymous function handle to change the interface to an existing function • Determine which function a program will call when multiple possibilities exist Structuring Data • Write code for preallocating various types of arrays • Use vectorization techniques to improve code performance • Explain memory usage when passing arrays to functions • Minimize memory requirements for an application by selecting the most appropriate data type Classes and Objects • Describe the benefits of writing a MATLAB class • Write a class for a custom data type with properties and methods • Create an instance of the class in the code and invoke its methods • Describe the difference between a value class and a handle class • Override common MATLAB functions for a given class using methods Graphical User Interfaces Handle Graphics • State the layers in the graphical object hierarchy in MATLAB • Create a Handle Graphics object • Obtain a handle to a graphics object • Determine Handle Graphics object properties and acceptable values Modify properties of a graphics object using property name/property value pairs Components of a GUI Application • Add a UI control , such as a push button, to a MATLAB figure window • Specify the behavior of a UI control by associating it with MATLAB code • State the order of execution of the GUI code throughout the lifetime of the application Programming Considerations for GUI Applications • Write a function for use as a GUI callback • Pass user-defined data into callback functions • Organize GUI creation code and callbacks into a single MATLAB file • Organize object handles to facilitate passing them into callbacks Layout of GUI Applications Using GUIDE • Use GUIDE to lay out GUI objects • Assign unique names to GUI objects using the Tag property • Modify the layout and properties of GUI objects created by GUIDE • Modify the behavior of GUI objects created by GUIDE Programming GUI Applications Using the GUIDE Template • Use the handles structure created by GUIDE to manipulate graphics objects within a callback • Write callbacks that can communicate with each other by adding local data to the GUI URL: http://www.mathworks.com/services/training/courses/MCMP_4.html
个人分类: MATLAB|0 个评论

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-29 01:24