Description:
Scientific software package Scilab.
|
|
|
Precision of msscanf?
|
| |
I am converting a string with numbers that have formats like mystring = ['+03119.358368 +00059.509320'; '+03119.359514 +00059.360184']; I'm using mynumbers = msscanf(-1, '%f %f', mystring); But the results that I'm getting are truncated, to what appears to be single-precision floating point. Is this an inescapable deficit with... more »
|
|
Code Completion
|
| |
Hi Fols, can anyone suggest a development environment that will perform code completion of Scilab objects ? ie ObjectName.(list of member functions) thanks and Merry Xmas David
|
|
Scilab 5.2.0 Canvas
|
| |
When is the silly business with not being able to mix uicontrols and graphics going to get fixed? There were no problems with the 4.x series now I have two machines where scilab is next to useless, the 5.x series, because it can't do graphic plots, the scripts cause scilab to die and shuts down completely!... more »
|
|
ScicosLab 4.4-beta has been released
|
| |
ScicosLab is a free distribution of Scilab/Scicos, based on Scilab4,used primarily for implementing toolboxes developed in the Metalau project at INRIA and ENPC such as Scicos and Maxplus, and Scipad. ScicosLab is not supported by the Scilab consortium, and it is based on GTK GUI under Linux and Mac, and native toolkits under Windows.... more »
|
|
scilab fails in show_graph()
|
| |
Hi, On scilab 5.1.1 linux Ubuntu 9.10 I do : algo52arcs=[1 2 1 3 1 4 2 3 2 6 3 5 4 5 4 7 5 6 5 7 6 7] -->OK algo52arcDeb=zeros(length(algo 52arcs)/2);algo52arcDeb=zeros( length (algo52arcs)/2);for k=1:length(algo52arcs), if modulo(k, 2)==1 then algo52arcDeb((int32(k) / (int32(2))+1))= algo52arcs(k) ,else,... more »
|
|
xstring
|
| |
I used to use xstring to write information to graph outside the axes. Now with version 5.2 it is not possible to write outside the axes. The text is being clipped sp only the part inside the axes is shown. Is there another way to draw text on a graph without using xstring? Best retads Anders
|
|
create a struct in mexFunction
|
| |
hi, in mexFunction(int nlhs,mxArray *plhs[],int nrhs, const mxArray *prhs []){}, i tried to create a struct in another struct, but finally i got a wrong answer. i don't know what is wrong or does Scilab support creating a struct in another struct in mexFunction? here is my code: const char *fn[]={"scalar","matrix","stri ng","struct"};... more »
|
|
A question regarding C function in scilab/scicos
|
| |
I have a quick question regarding C function compilation in scicos. Let us consider an case with "multiple" functions, which are calling from the main function. For example: static int sense(double X) { .... ...static double error(double guess, scicos_block *blk) { .... ...void vert(scicos_block *blk, int flag)... more »
|
|
|