首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > joctave

joctave

  • 资源大小:13.65 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

JOctave is a Matlab like java application that allows you to run Matlab/Octave scripts. It is forked from JMatlib which is a java application but JMatlib is missing many of the functions of Matlab and Octave. This project attempts to be more like Octave. I have tried to become a contributor to JMatlib but had none of my requests replied to so decided to create my own fork. Currently JOctave is missing many feature found in Octave. The following are the main ones: ``` I=[1,2,3; 4,5,6; 7,8,9]; A(:,:,1) = I Only these plots works: plot3 plot polar bar, histogram etc are missing ``` ~~
0.179026s