| Thread | Last Post | Replies |
|
| scicos: 1/f noise modelling | 20 Nov 2008 00:40 GMT | 1 |
Is there any people who has already tried to model a 1/f noise in Scicos ? Thanks all ! melanie
|
| control if input is a number or not | 19 Nov 2008 15:49 GMT | 1 |
Hi Forum, if i have a variable, for example called var, and i give it a value via input command and i want to check if the input was a number or a string or character, how
|
| Is there a scilab for 64bits linux OS? | 19 Nov 2008 10:17 GMT | 2 |
I see in the download section a scilab 64bit version but for windows. Is there one available for linux? Any one has tried scilab on a 64 bit linux? How does it behave, what are the limitations?
|
| Difference between RELAY_f and SELECT_m in Scicos | 19 Nov 2008 09:01 GMT | 1 |
Hi Ramine, I can't grasp what is the difference between RELAY_f and SELECT_m in Scicos. Could you explain me that? Thank you,
|
| Hiding Scilab source code from users | 18 Nov 2008 22:02 GMT | 9 |
Is there a way to distribute Scilab programs that will run, while hiding the Scilab code? There are two reasons for this in my case: 1- Making it more difficult to modify scilab code unintentionally by end users, and 2- Potentially selling closed Scilab programs for profit.
|
| cos(x) * sin(x); vector mul? | 18 Nov 2008 16:59 GMT | 3 |
How can I multiply the result of two functions? The following is an error: x=0:0.1:2*%pi; y=sin(x) * cos(x);
|
| plot3d | 18 Nov 2008 04:03 GMT | 1 |
Can someone tell me why this program doesn't work? The first part prints the function just fine but when I take the comments off the "plot3d" statement I get an "inconsisttne addition error (error 8). I may be
|
| vector with elements of vectors | 17 Nov 2008 21:23 GMT | 1 |
hi forum, can somebody tell me the code for build a vector which elements are vectors itselfs. for example:
|
| Multiple Plots | 17 Nov 2008 14:02 GMT | 1 |
Hello guys!! I'm working in a project to develop one system to make automatic calculations and a quite complex graph, using a Graphic User Interface. I was studying Matlab and I found out Scilab. But I have one doubt:
|
| Syntax error : help... | 16 Nov 2008 18:00 GMT | 3 |
It seems I have an (may be many!) syntax error at line 4 of the function defined by these few lines, and I don't success finding it. foo function and delta variable are defined earlier. Could somebody help me? Thanks.
|
| get last command programmatically | 16 Nov 2008 11:51 GMT | 3 |
Hello scilab users, I have a program that can do different tasks and I would like to chose the task simply by typing 1, 2 or 3 on the console just before I launch the script. Is it possible to retrieve the last command so the
|
| Modifying permanent variables | 16 Nov 2008 11:30 GMT | 1 |
In scilab-4.1.2 I added a new popup menu to the scicos menu and 3 new palettes to the palette list. I'm now trying to generate a new toolbox for scilab-5.0.3 in order to reproduce the same behaviour I had before, but every temptative to
|
| Scilab on Ubuntu | 15 Nov 2008 19:21 GMT | 2 |
Anybody knows when the latest version will be available as an Ubuntu package?
|
| Quickie calculus question | 15 Nov 2008 19:14 GMT | 1 |
Just a quick one - and apologies for a basic question. If you want to demonstrate the basic calculus functions like: d/dx (sin(x) or integral (sin(x), d/dx(2x+3x^2) etc is there a quck function for these indefinite tests?
|
| how to save variables in scilab to a file which can be used by excel? | 14 Nov 2008 08:51 GMT | 1 |
how to save variables in scilab to a file which can be used by excel?
|