| Thread | Last Post | Replies |
|
| contolling the axes boundaries | 27 Feb 2010 14:33 GMT | 9 |
How can I control the boundary of the y axis? I mean my actual data in range of -5 and 30 but I want to be showed in the graphic window between -10 and 10. is it possible?
|
| Kronig - Penney Model with Scilab | 26 Feb 2010 23:08 GMT | 5 |
I'm a newbie on Scilab and please don't mind if I ask some silly questions. I'm trying to reproduce some band structure figures using Kronig - Penney model (Kittel Chapter 7, Introduction to Solid State Physics
|
| Adding lines to a Graph | 26 Feb 2010 19:08 GMT | 1 |
I'm new to scilab and I need to know how to add a vertical line to a graph. For example, I want to graph a vertical line at x=2 on the graph of a sinusoid. How do I do this? Thanks,
|
| Starting Windows EXE programs | 26 Feb 2010 18:01 GMT | 1 |
How would I start windows executable application, am I supposed to use the unix, unix_g or unix_w to do that ? In Scilab 5.x, would unix('my_program.exe') start the windows executable (I have win XP) ?
|
| parameter estimation for the ordinary differential equation | 25 Feb 2010 06:42 GMT | 3 |
Can I get some advice about non-linear curve fitting of ordinary differential equation which can be shown as below. Example: dx/dt=k1*f(x)/(1+k2*f(x)) I need to solve the ‘k’ values to fit the simulation curve to the
|
| Scilab 5.x Performance | 24 Feb 2010 19:26 GMT | 4 |
Hi Scilab, I know this subject came up here but the question is still unanswered. After installing the latest Scilab release (5.2.1) and running one of my performance simulations I found out that the new version
|
| Equivalent for Matlab 'axis equal' | 24 Feb 2010 18:35 GMT | 2 |
I am a regular user of scilab. I need to plot a lot of Mohr's circles (for 2D state of stress), where scale of x and y axis must be equal. In matlab there is 'axis equal' command, to be used after plot command. Is there any scilab equivalent or any other trick to achieve
|
| octal format in msprintf | 24 Feb 2010 14:06 GMT | 1 |
I am trying to print some numbers in octal format, which I should be able to do by using msprintf. At least that´s what the help entry for printf_conversion says. But unfortunately, when I try this, I get told, that the '%o' format
|
| Me again! | 23 Feb 2010 15:39 GMT | 1 |
How can I define a 106 dimesional vector with same values for each dimension? Is it possible in Scilab? Thanks Torehan
|
| scilab editor | 22 Feb 2010 08:35 GMT | 4 |
on previous releases there was an editor "scipad" which had a lot of functionnalities. on relaese 5.2.0, scilab editor is a basic editor. scipad had functionalities for debug scripts and functions. to my mind, it's essential to have debug functionalities to develop code.
|
| code generation embedded coder with scicos | 18 Feb 2010 13:36 GMT | 1 |
Hallo all, i have some quistions about code generation with scicos. my operating system is MS windows XP and i am using scicoslab 4.4. well i want to generate C code for the micro controler blackfin 561
|
| Color of surface plot | 17 Feb 2010 16:58 GMT | 4 |
I'm plotting a surface with the following command: surf(x1,x2,ones(length(x1),length(x2)).*4.5) I've read the help system over and over, but I don't understand how to controle the color of the surface. Could anyone please explain how to
|
| 3D plot | 16 Feb 2010 16:06 GMT | 10 |
I'm generating a CSV file for a digital elevation model. It works fine but I'd like to plot 3D plots (not surface) in Scilab to check the generated file. I haven't the finest idea how to do it.
|
| Format convertion | 15 Feb 2010 12:58 GMT | 2 |
I’m learning Scilab. Is there a short record of format convertion? For instance: Ydata= msscanf (Xdata, ‘%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e %e%e%e%e%e%e%e%e%e%e%e%e’)
|
| help needed for a grep in a multidimensional struct array | 15 Feb 2010 12:55 GMT | 1 |
I have the following problem. I have the following variable: slot = 30x5x10 struct array with fields:
|