Skip to content
#

MATLAB

matlab logo

MATLAB is a high-performance language developed by MathWorks for technical computing, visualization, and programming. It is written in C, C++, Java and available for Windows, macOS, and Linux. Generally used by engineers and scientists in industry and academics for data analysis, signal processing, optimization and many other types of scientific computations.

Here are 5,582 public repositories matching this topic...

nyck33
nyck33 commented Feb 23, 2019

I don't have GPU so am trying to run the Jupyter notebook on Google Colab but cannot find config_reader, ie. there are a few of them and wondering which one it is.

This is incorrect but trying to piece the imports together for Colab. Please advise:

import cv2 as cv 
import numpy as np
import scipy
import PIL.Image
import math
#import caffe
#!apt install -y caffe-cpu
!apt insta
LeoBay
LeoBay 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

scottclowe
scottclowe commented Mar 27, 2016

It would be easier for Matlab users unfamiliar with GitHub to upload any schemes they create without leaving the Matlab environment.

To this end, it might be worthwhile setting up a server which can hold and serve the Matlab schemes, and a function which can upload them to the server using a simple UI running in Matlab.

--- Want to back this issue? **[Post a bounty
trallard
trallard commented Feb 14, 2018

(Not needed for JOSS review) directly related to #31
I really like the package 🙂 but I think it makes a whole lot of sense to me since I use both MATLAB and R on a regular basis.
I know the documentation is currently a work in progress and it can be quite time-consuming. However, it might be worth considering writing a pure MATLAB users intro tutorial as the grammar of graphics might be comple

Created by Cleve Moler

Released 1984

Website
mathworks.com/products/matlab
Wikipedia
Wikipedia

Related Topics

python paper octave
You can’t perform that action at this time.