matlab启动不了jvm,MATLAB ::在-nojvm启动选项下不再支持此功能

我正在终端中运行Matlab代码,因为稍后我需要在php中调用此代码。但是我得到这些错误:MATLAB ::在-nojvm启动选项下不再支持此功能

[email protected]:~/Desktop/v1.2$ matlab -nojvm < matlab.m

错误:

L2 norm on unsampled vertices: 0.096158

>> >> >> >> >> >> Error using figure

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

>> Error using gcf

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in newplot (line 63)

fig = gcf;

Error in scatter>localGetAxesInfo (line 102)

cax = newplot(cax);

Error in scatter (line 82)

[~,parax] = localGetAxesInfo(cax);

>> >> >> >> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in title (line 22)

ax = gca;

>> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in hold (line 34)

ax = gca;

>> >> >> Error using figure

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

>> Error using gcf

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in newplot (line 63)

fig = gcf;

Error in scatter>localGetAxesInfo (line 102)

cax = newplot(cax);

Error in scatter (line 82)

[~,parax] = localGetAxesInfo(cax);

>> >> >> >> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in title (line 22)

ax = gca;

>> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in hold (line 34)

ax = gca;

>> >> Error using figure

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

>> Error using gcf

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in newplot (line 63)

fig = gcf;

Error in scatter>localGetAxesInfo (line 102)

cax = newplot(cax);

Error in scatter (line 82)

[~,parax] = localGetAxesInfo(cax);

>> >> >> >> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in title (line 22)

ax = gca;

>> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in hold (line 34)

ax = gca;

>> >> Error using figure

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

>> Error using gcf

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in newplot (line 63)

fig = gcf;

Error in scatter>localGetAxesInfo (line 102)

cax = newplot(cax);

Error in scatter (line 82)

[~,parax] = localGetAxesInfo(cax);

>> >> >> >> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in title (line 22)

ax = gca;

>> Error using gca

This functionality is no longer supported under the -nojvm startup option. For

more information, see "Changes to -nojvm Startup Option" in the MATLAB Release

Notes. To view the release note in your system browser, run

web('http://www.mathworks.com/help/matlab/release-notes.html#btsurqv-6',

'-browser').

Error in hold (line 34)

ax = gca;

能否请您指导我如何解决这个问题或者我怎么回事,可以运行PHP中的Matlab代码?目前我能够从php运行如ls -ltr这样的命令并查看网页上的结果!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/551331.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

linux搭建vsftp服务器_Linux配置VSFTP服务器的方法

下面小编就为大家带来一篇Linux配置VSFTP服务器的方法。小编觉得挺不错的&#xff0c;现在就分享给大家&#xff0c;也给大家做个参考。一起跟随小编过来看看吧一、Linux FTP服务器分类&#xff1a;<1>wu-ftp<2>proftpprofession ftp<3>vsftpvery security f…

php active控件,php – 使用TbActiveForm选择列表中的动态选项

我在控制器中有以下代码,$modelnew Guessgame(search);$model->unsetAttributes(); // clear any default valuesif(isset($_GET[Guessgame]))$model->attributes$_GET[Guessgame];$this->render(admin,array(model>$model,));在视图文件中,<?php $form$this-&…

golang 函数传多个参数_关于Golang中方法参数的传递

结构体声明为了说明函数以及方法调用的过程&#xff0c;这里先定义一个struct&#xff0c;在下面的描述中会使用到它。type Person struct {Name stringAge uint16}普通函数中的参数传递在Golang中&#xff0c;普通函数的行参如果是值类型&#xff0c;那么调用的实参也必须是实…

workbook对象需要关闭_XSSFWorkbook对象 进行zip打包时 用write资源流自动关闭处理办法...

xssfworkbook对象的write方法内会将传入的资源流自动关闭 导致下载excel失败错误代码outputstream out response.getoutputstream();zipoutputstream zos new zipoutputstream(out);xssfworkbook workbook new xssfworkbook();// 将文件写入zip内&#xff0c;即将文件进行打…

php for 脚本,php for循环脚本。

$dir "./$time/";$info deepScanDir($dir);for($i0; $i system("/usr/sbin/php temp.php \($i\).txt output\($i\).txt");}deepScanDir是循环文件夹下的所有文件。现在这个循环一次执行一次这个命令&#xff0c;我想弄一个&#xff0c;循环一次执行很多个…

autowired的对象为null_spring-为什么我的@Autowired对象为null?

我有下面的JSF托管bean&#xff1a;package com.example;import java.io.Serializable;import javax.faces.bean.ManagedBean;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Component;ComponentManagedBeanpublic cl…

基于mysql和php的分布式事务处理1,基于MySQL和PHP的分布式事务处理

PHP(超级文本预处理语言)是一种基于服务器端、执行效率高且易于开发的HTML内嵌式语言,是用户生成动态网页的工具之一[1].MySQL是全球最受欢迎的小型开放源码的关系型数据库管理系统,其体积小、速度快、总体拥有成本低[2].很多基于PHP技术开发的中小型网站都采用MySQL作为其后台…

ios查看线程数量_关于iOS多线程,你看我就够了(已更新)

作者&#xff1a;翁呀伟呀 授权本站转载。在这篇文章中&#xff0c;我将为你整理一下 iOS 开发中几种多线程方案&#xff0c;以及其使用方法和注意事项。当然也会给出几种多线程的案例&#xff0c;在实际使用中感受它们的区别。还有一点需要说明的是&#xff0c;这篇文章将会使…

php fuzzy,模糊C均值聚类算法(Fuzzy C-means)

模糊c均值聚类与k均值聚类区别k均值聚类k均值聚类的实现中&#xff0c;把每个样本划分到单一的类别中&#xff0c;亦即是每个样本只能属于一种类别&#xff0c;不能属于多种类别。这样的划分&#xff0c;称为硬划分。模糊c均值均类为了解决硬划分所带来的问题&#xff0c;因此有…

matlab 投票法_张量投票算法及其使用并分析.pdf

张量投票算法及其使用并分析摘 要本文主要介绍了一种新的数据分析算法&#xff0c;即张量投票算法&#xff0e;该算法完全利用图像数据&#xff0c;根据张量分析&#xff0c;矩阵论和几何的知识&#xff0c;对数据点进行编译和几何阐释&#xff0c;再根据心理学中的Gestalt原理…

dw新建php文件自动生成html,dw如何新建css规则

1、在菜单中单击“文件”选择“新建”2、在新建文档窗口&#xff0c;选择“空白页”—“HTML”&#xff0c;文档类型选择“XHTML1.0 transitional”,单击“创建”按钮3、将插入点放在文档中&#xff0c;然后在菜单栏单击“格式”&#xff0c;在弹出的下拉菜单中选择“CSS样式”…

lan口配置 petalinux_【Xilinx-Petalinux学习】-02-建立PetaLinux工程

前面我已经把PetaLinux成功安装到了Ubuntu虚拟机当中了&#xff0c;接下来就要实际操作&#xff0c;将PetaLinux移植到我们自己的硬件平台当中去。step1&#xff1a;硬件描述文件有两种PetaLinux工程建立的方法&#xff0c;一种是下载官方开发板的BSP包并安装&#xff0c;一种就…

oracle其他盘添加表空间吗,oracle增加表空间的四种方法

实例1&#xff1a;在中&#xff0c;磁盘空间不足是DBA都会遇到的问题&#xff0c;问题比较常见。--1查看表空间已经使用的百分比select a.tablespace_name,a.bytes/1024/1024 "SumMB",(a.bytes-b.bytes)/1024/1024 "used MB",b.bytes/1024/1024 "free…

oracle获取登录名,oracle如何获取当前登录的用户名

Microsoft Windows [版本 5.2.3790](C) 版权所有 1985-2003 Microsoft Corp.C:/>sqlplusSQL*Plus: Release 9.2.0.1.0 - Production on 星期三 5月 30 00:04:26 2007Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.请输入用户名: scott请输入口令:连…

广告冷启动_亚马逊新品冷启动,你的广告策略怎么定?

上新品&#xff0c;没有黑科技加持&#xff0c;纯靠PPC广告冷启动&#xff0c;你会怎么做&#xff1f;我们先来看看运作成功且销售情况稳定的ASIN的流量组成&#xff1a;对比这些数据&#xff0c;大家可以算算自己漏掉了多少流量。占了大头的关联流量中&#xff0c;又以“Newer…

oracle报28003,【翻译自mos文章】运行utlpwdmg.sql之后报ORA-28003, ORA-20001, ORA-20002, ORA-20003, ORA-20004 错误...

运行utlpwdmg.sql之后报ORA-28003, ORA-20001, ORA-20002, ORA-20003, ORA-20004 错误。适用于&#xff1a;Oracle Server - Enterprise Edition - Version 8.1.7.0 and laterInformation in this document applies to any platform.Checked for relevance on 15-Sep-2012原因&…

mysql 天数减1_mysql 日期加减天数

MySQL 为日期增加一个时间间隔&#xff1a;date_add()now() //now函数为获取当前时间select date_add(now(), interval 1 day); - 加1天select date_add(now(), interval 1 hour); -加1小时select date_add(now(), interval 1 minute); - 加1分钟select date_add(now(), …

oracle注入过滤了单引号,sql绕过单引号限制继续注入的解决方法

在防范sql注入时&#xff0c;对变量过滤不足甚至没有过滤而构造畸形SQL语句&#xff0c;极有可能被成功注入&#xff0c;比如下面这行sql&#xff0c;相当轻松就注入成功了&#xff1a;代码示例:http://www./show.asp?id1;exec master.dbo.xp_cmdshell net user angel pass /a…

python实现英文新闻摘要自动提取_Automotive Innovation摘要集系列2:Intelligent and Connected Vehicles...

为便于广大科技工作者更好的了解中国汽车行业首个英文学术期刊《Automotive Innovation》&#xff0c;并更快的定位到自己感兴趣的论文&#xff0c;编辑部把2018-2019年刊出的70篇论文摘要进行集结&#xff0c;并按照节能与环保(Energy-saving & Eco-systems)、智能网联汽车…

oracle data guard闪回,11gR2 Active Data Guard 闪回 - flashback database / snapshot standby - 2

二&#xff0c;11g 使用snapshot方式设置Data Guard闪回snapshot standby是11g引入的新特性&#xff0c;它不需要开启flashback database特性&#xff0c;就可以让physical standby数据库以read-write模式开启&#xff0c;而后可以退回到standby模式&#xff0c;所有open模式下…