我遇到了一个问题。我必须在linux上使用MATLAB。我需要将数据从MATLAB解析到Linux,反之亦然。
举个例子
这一切都是在写的
basic.sh
this basic.sh has to be opened in MATLAB
s=3 # is defined is MATLAB
##########################
for (( p=1 ; p<5; p++ )) # from here starts the loop in Linux
do # is a command
我尝试通过PBS运行Matlab 2013,得到以下错误:
libXv.so.1: cannot open shared object file: No such file or directory
不过,我可以在Matlab的GUI模式下运行代码。我尝试使用LD_PRELOAD指向下面的库,但也没有帮助。
setenv LD_PRELOAD /usr/lib/x86_64-linux-gnu/libXv.so.1
关于如何解决这个错误,有什么建议吗?
我尝试直接从Matlab运行gnuplot (在Debian Linux中运行),但得到以下错误:
>> unix('gnuplot defaults_loan10.p');
gnuplot: /usr/local/MATLAB/R2011b/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/libwx_baseu-2.8.so.0)
从控制台运行gnuplot可以很好地工作。我怎么才能修复它?
我试着安装midori网络浏览器,但这会出现
sudo apt-get install midori
Reading package lists... Done
Building dependency tree
Reading state information... Done
midori is already the newest version (0.5.11-ds1-2).
The following packages were automatically installed and are no longer required:
libllvm3.8:i386 li
我在RedHat4中有一个ec2实例。
Linux version 4.4.41-36.55.amzn1.x86_64 (mockbuild@gobi-build-60008) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Wed Jan 18 01:03:26 UTC 2017
我正在尝试执行一个在matlab 2015b中生成的代码,我有m文件。
因此,首先我安装了MCR,解压mat并执行./install,然后添加了环境变量:
LD_LIBRARY_PATH=/usr/local/MATLAB/MATLAB_Ru
我将Ubuntu12.04升级到14.04,现在当我从命令提示符运行matlab时,我得到了(它在12.04上运行得很好)
anthony@anthony-VPCZ12V9E:~$ matlab
/usr/local/bin/matlab: 1: /usr/local/MATLAB/R2012a/bin/util/oscheck.sh: /lib/libc.so.6: not found
/usr/local/MATLAB/R2012a/bin/glnx86/MATLAB: /usr/local/src/maple18/bin.IBM_INTEL_LINUX/libstdc++.so.6: v
我试图打开安装在远程Linux服务器上的Matlab软件。我使用SSH安全外壳与Linux服务器连接。成功连接后,我能够看到和访问我的用户帐户下的文件夹。我能够在SSH安全外壳窗口中使用以下命令启动Matlab软件:
sushma@scorpio home$ matlab
这样做后,以下消息将显示在SSH安全外壳窗口中:
MATLAB正在选择OPENGL渲染软件。未指定任何协议
< M A T L A B (R) >
Copyright 1984-2015 The MathWor
我有一个使用mathematica的学术执照,所以我需要通过虚拟专用网连接到我的研究所网络。通过安装,我得到了错误。我尝试运行以下命令:sudo apt-get install openvpn
Reading package lists... Done
Building dependency tree
Reading state information... Done
openvpn is already the newest version (2.3.10-1ubuntu2.2).
The following packages were automatically instal
我在我的linux机器上安装了matlab,但是在一个媒体驱动器/media/d/usr/local/MATLAB/R2014b上安装了Matlab,但是当我打开Matlab时,我得到了以下错误,所以如果有人可以建议如何解决这个问题:
An error was encountered while saving the command history
java.io.FileNotFoundException: /home/userA/.matlab/R2014b/History.xml (Permission denied)
at java.io.RandomAccessFile.op
我在我的linux机器上安装了matlab,但是在一个媒体驱动器/media/d/usr/local/MATLAB/R2014b上安装了Matlab,但是当我打开Matlab时,我得到了以下错误,所以如果有人可以建议如何解决这个问题:
An error was encountered while saving the command history
java.io.FileNotFoundException: /home/userA/.matlab/R2014b/History.xml (Permission denied)
at java.io.RandomAccessFile.op
我正在尝试编译一个共享库,它将在Ubuntu 11.04上调用MATLAB函数。就像命令一样:
mcc - B cpplib:libStepCluster StepCluster.m
得到以下错误。
/usr/lib/i38-linux-gnu/i686-linux-gnu/4.5.2/cc1plus: /usr/local/MATLAB/R2010a/sys/os/glnx86/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/libppl_c.so.2)
/usr/lib/i38-li
我正在linux中运行matlab。在matlab中运行脚本时,我会得到以下错误。这里,RayMet_012007.ray_paths是位于自定义目录中的输入。
/bin/bash: line 0: type: RayMet_012007.ray_paths: not found
/bin/bash: line 0: type: RayMet_00.ray_paths: not found
Undefined function or variable 'AD'.
我找不出问题。剧本起作用了。另外,matlab安装在自定义目录中。
http://pastebin.com/CRSP