在我的Ubuntu17.10系统上,我从官方网站下载了Scilab 6.0.0,提取了它并试图启动:
wget http://www.scilab.org/download/6.0.0/scilab-6.0.0.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.0.bin.linux-x86_64.tar.gz
cd scilab-6.0.0
bin/scilab
但它并没有发射:
$ bin/scilab
Cannot find this look and feel:
[GTK look and feel - com.sun.java.swing.pla
scilab在两周前工作正常,但现在我更新了软件ubuntu后,如果我尝试打开它,什么也没有发生,如果我尝试使用终端打开它,我得到这个错误
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.scilab.modules.jvm.LibraryPath (file:/usr/share/scilab/modules/jvm/jar/org.scilab.modules.jvm.jar) to field java.lang.ClassLoad
我安装了干净的Ubuntu 20.04LTS,并在这里安装了存储库中的Scilab
sudo apt-get update
sudo apt-get install scilab
安装后,我尝试从GUI (应用程序→其他→Scilab)启动它--它没有启动。
然后我尝试用scilab命令从终端启动它。终端输出如下:
$ scilab
...
Scilab cannot create Scilab Java Main-Class (we have not been able to find the main Scilab class. Check if the Scilab and third
我已经安装了Scilab 6.1.0的ubuntu,并且我一直试图运行它,我得到的错误消息是
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.scilab.modules.jvm.LibraryPath ?(file:/usr/share/scilab/modules/jvm/jar/org.scilab.modules.jvm.jar) to field java.lang.ClassLoader.sys_paths
WARNING:
我不能安装Scilab。当我运行sudo apt-get install scilab时,有输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that som
这些是Scilab的控制台。
--> t=(1:8000)/8000;
--> x=0.3*sin(2*%pi*1000*t);
--> sound(x,8000);
at line 47 of function playsnd ( /Applications/scilab-6.0.1.app/Contents/MacOS/share/scilab/modules/sound/macros/playsnd.sci line 61 )
at line 33 of function sound ( /Applications/scilab-6.0.1.app/
在scilab中运行polarplot时,我得到以下错误
// Program to plot using polarplot function
t= 0:.01:2*%pi;
polarplot(sin(t))
xtitle('Using polarplot'
结果:
exec('D:\mangesh\SCILAB PROJ\sample\polarplot.sce', -1)
at line 13 of function polarplot ( C:\PROGRA~1\SCILAB~1.1\modules\graphics\macros\polarpl
在更新到10.11版本后,我尝试在Mac上运行Scilab 5.5.2,弹出一个警告反馈消息,并显示以下文本:"This version of Scilab will of on this system (10.11):Scilab requires 10.6.5 (Snow Leopard) or newer system“。
我尝试重新安装scilab应用程序和JVM v8更新60,但是没有任何改进。
我如何解决这个问题?
我正在努力将代码从MATLAB转换为scilab,包括在这里。
在MATLAB中,@符号用作指向函数tst_callback位置的内存指针。
然而,Scilab并不喜欢这样。是否有与@等效的scilab
function test
sysIDgui(@tst_callback)
end
function tst_callback()
disp("Hello Ron")
endfunction
scilab-6.1.0 scilab-bin: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory.
赤霉病-6.0.2的刀口正确装载.是BUUNT22.04问题还是scilab问题?
您能提供一些在Linux中使用scilab进行串行通信的示例吗?当我发出命令时:
h=openserial(1,"9600,n,8,1");
我收到以下错误:
-->h=openserial(1,"9600,n,8,1");
!--error 999
TCL_EvalStr, at line 1
bad option "-mode": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, or -translation
while execut
我在Scilab控制台中加载SIVP工具箱时遇到问题。我使用的是scilab 5.5.0。我已经安装了libtiff4。我得到了以下错误。有人能帮帮忙吗?
SIVP - Scilab Image and Video Processing Toolbox
Load macros
Load gateways
atomsLoad: An error occurred while loading 'SIVP-0.5.3.1-2':
link: The shared archive was not loaded: libtiff.so.4: cannot open shared obje