Difference between revisions of "Rave Coding Manual"
(→Things You Don't Need to Know) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
*[[The udata structure]] | *[[The udata structure]] | ||
*[[Events and Updates]] | *[[Events and Updates]] | ||
+ | *[[Dealing with missing data]] | ||
+ | *[[Coding with raveevaluatefunction]] | ||
==Coding New Workspace Objects== | ==Coding New Workspace Objects== | ||
Line 37: | Line 39: | ||
*[[Saving and Loading Projects (Coding)]] | *[[Saving and Loading Projects (Coding)]] | ||
*[[Main table java stuff]] | *[[Main table java stuff]] | ||
+ | |||
+ | |||
+ | *[[List of functions that add rows to the data set]] |
Latest revision as of 14:37, 10 January 2015
Contents
Introduction
This page serves as the table of contents for articles related to coding plugins for Rave. The basic information you need to get started is in the "Things You Need to Know" section below. From there you can go to the "Coding New..." sections for whichever type of plug-in you are interested in. The "Things You Don't Need to Know" section describes how some of Rave's basic capabilities work. If you are just coding plug-ins you shouldn't need this information, but it may be useful for advanced programmers.
Contents
Things You Need to Know
- Review of MATLAB Syntax
- The handles structure
- The udata structure
- Events and Updates
- Dealing with missing data
- Coding with raveevaluatefunction
Coding New Workspace Objects
- Introduction to Coding Workspace Objects
- Files related to Workspace Objects
- Coding Workspace Objects with Java Components
Coding New Explore Methods
Coding New Optimizers
Coding New Surrogate Models
Coding New Distributions
Things You Don't Need to Know
These are topics that you don't need to worry about unless you are modifying the core Rave files. These help files were created as these features were being first implemented to keep track of how the code works. They are very incomplete.
- Resizing Workspace Objects (Coding)
- Zooming Graphs (Coding)
- Axes Tick Marks and Labels
- Table Position Bug While Scrolling Workspace
- Data Set Links (Coding)
- Saving and Loading Projects (Coding)
- Main table java stuff