Skip to content
#

octave

Here are 933 public repositories matching this topic...

LeoRauschenberger
LeoRauschenberger commented Jan 8, 2020

ConstantLine was introduced in 2018b:
https://de.mathworks.com/help/matlab/ref/matlab.graphics.chart.decoration.constantline-properties.html

when using for example:
xline(4)
This error appears:
`Error using matlab2tikz>handleAllChildren (line 730)
I don't know how to handle this object: constantline
Error in matlab2tikz>drawAxes (line 880)
[m2t, childrenEnvs] = handleAllChildren(m2

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Updated Jul 22, 2021
  • C++
cozek
cozek commented Oct 10, 2019

EDIT 6/10/20: If you are making a PR for hacktoberfest, please say so in your PR description so that I can add
the hacktoberfest-accepted label.

This repo needs more algorithms. If you see any missing algorithms, kindly contribute.
Hackotberfest participants are welcome!
I will list some of the algorithms that are up for grabs. However, please check if the algorithm
is already in ou

Micky71
Micky71 commented May 27, 2021

syms a;

unique([a,a]) works fine, but

unique([a])

leads to the following error:
error: Python exception: UnboundLocalError: local variable ‘s’ referenced before assignment
occurred at line 1 of the Python code block:
return sp.Matrix([list(uniq(*ins))]),
error: called from
pycall_sympy_ at line 178 column 7
unique at line 55 column 5

Support vector machines (SVMs) and related kernel-based learning algorithms are a well-known class of machine learning algorithms, for non-parametric classification and regression. liquidSVM is an implementation of SVMs whose key features are: fully integrated hyper-parameter selection, extreme speed on both small and large data sets, full flexibility for experts, and inclusion of a variety of different learning scenarios: multi-class classification, ROC, and Neyman-Pearson learning, and least-squares, quantile, and expectile regression.

  • Updated Feb 20, 2020
  • C++

Improve this page

Add a description, image, and links to the octave topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the octave topic, visit your repo's landing page and select "manage topics."

Learn more