History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CBI-237
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rob Kooper
Reporter: Rob Kooper
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Cyberintegrator

call script instead of executing each line

Created: 28/Jun/08 12:11 PM   Updated: 15/Aug/08 05:30 PM
Component/s: Executor - Matlab
Affects Version/s: None
Fix Version/s: 2.0 alpha 5

Time Tracking:
Not Specified


 Description  « Hide
Currently each line of the scrip is executed, we should be able to just call the script.
For example if the script is called foo.m we should simple do
eval 'clear all'
for param eval 'set param'
for input eval 'set input'
eval 'script'


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rob Kooper - 02/Jul/08 03:14 PM
calling the script, not executing the script line by line.

Rob Kooper - 08/Jul/08 10:50 AM
Integrated in cyberintegrator #419