Description:
Scientific software package Scilab.
|
|
|
Problems in Scilab intigration with Swing application
|
| |
Hello I am using scilab 5.1.1. I am calling a function written in scilab from Java Swing application using javasci. The scilab function creates an image and store in specified path. When I call this function from Swing application, JVM crashes. If I call this function outside swing application (using standalone Java class) then it works fine. I tried... more »
|
|
Scilab in array
|
| |
Hi, Is there a way to check if a given variable x is in the vector v? Like: "if u(k, 1) = [1,2,3,4,5,6,7,8,9]" Thanks in advance, Nathan
|
|
Block changing a context parameter?
|
| |
Hi, is there a block which allows me to set the value of a context parameter? A sink corresponding to the source block "constant"? What I actually need is a sine generator with frequency modulation, and I could only think of a sinusoid generator with a context parameter as frequency, controlled by another sinusoid generator.... more »
|
|
intersci-n does not work
|
| |
I have installed scilab 5.1 on win xp sp 3. While I trying to execute intersci-n command on scilab console it will shows follwoing message: ---->scilab-5.1/bin/intersci-n sumab.desc !--error 4 Undefined variable: scilab I am tried for point "2.2.2 Examples of interfaces programs" from following link :... more »
|
|
Compatibility problems between 4.1.2 and 5.x
|
| |
When using Scilab scripts created for version 4.1.2 I experience several compatibility issues. Here are some: - Legend is not in the same order when using more than one curve - Default Title font size can not be set for Scilab 5.x (works fine with 4.1.2) - Windows titles for graphs are not set for Scilab 5.x (works fine... more »
|
|
Is scilab 5.x a VIABLE alternative to scilab 4.x ???
|
| |
I'm just about as far from a power user as possible. And I just got "BURNED" :< Try this code fragment (based on documentation for loadwave which is common to *BOTH* 4.1.2 and 5.1.1) // At first we create 0.5 seconds of sound parameters. t=soundsec(0.5); // Then we generate the sound: a two channels sound.... more »
|
|
Functions
|
| |
Hi, can someone tell me why the following script at the Scilab promt stops the echoing of subsequent commands and their results to the screen ? ** function y=foo(x,g) ; y=g(x) ; endfunction ** When I type the following there is no response, only a blank command prompt instead of 'ans =' ** typeof(foo)... more »
|
|
encoding problem with mputl
|
| |
Hi every body, I use mputl to write strings in a text file. The file generated by mputl has encoding UTF-8, whereas I prefer ISO-8859-1 encoding. See example below (with scilab 5.1.1 on windows XP): -->str='texte accentué' str = texte accentué -->mputl(str,'temp.txt') ans = T -->unix_w('file temp.txt')... more »
|
|
Compiling Scilab 4.1.2
|
| |
Hi, I'm really desperate. For 4 weeks I've been trying to compile scilab 4.1.2, but it doesn't work. I'm working on windows xp. I bought Visual C++.net 2003, downloaded Intel Fortran 9.1, downloaded Java J2SE JDK 5.0 and got the TCL/TK 8.4 prerequirements by Allan Cornet. And of course I have the source... more »
|
|
|