Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

sengupta/Scilab-Python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Scilab-Python Gateway

This is a toolbox that allows you call and interact with a Python Interpreter from within Scilab.

** Note that this is a work in progress and may not work as expected on your machine **

The following functions will be available once you load the toolbox:

  • pythonInit()

    Initializes the Python Interpreter from within Scilab

  • pythonEvaluate(expression)

    Evaluates a Scilab string as a Python expression. Returns output of expression to Scilab console.

  • expression = pythonExpression()

    Sets up a prompt for a Python expression so that you do not have to create a string using Scilab functions. Returns a string corresponding to the Python expression which can then be used by pythonEvaluate()

  • pythonInterpret(n)

    Starts a Python Interpreter console within Scilab for n lines.

  • pythonImport()

    Imports a Python script from the current directory.

  • pythonEnd()

    Exits the Python interpreter.

About

A simple Scilab-Python Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.