octave
What are the possible ways to play audio from octave on a Mac?
playaudio() dies because there\'s no /dev开发者_如何学Go/dsp. None of the outputs from saveaudio() in various formats seem to be playable in QuickTime or VLC.[详细]
2022-12-26 21:44 分类:问答How can I flush the output of disp in Matlab or Octave?
I have a program in Octave that has a loop - running a function with various parameters, not something that I can turn into matrices.At the beginning of each iteration I print the current parameters u[详细]
2022-12-26 13:37 分类:问答In GNU Octave is there a command to show all the available matrices? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How can I get a list of all the defined variables in Matlab or Octave?[详细]
2022-12-26 03:46 分类:问答Octave datatypes - float & double
I\'m writing a framework for writing HDF files with JAVA (Using some existing framework). I need to keep compatibility with octave. That is, octave should be able to read the files my framework writes[详细]
2022-12-25 03:03 分类:问答How do I declare a symbolic matrix in Octave?
In MatLab, you can declare symbols pretty easily: syms a,b m开发者_如何学JAVAat = [a,b] I\'m getting an error, however, when I try to replicate this in Octave. This is the code I\'m using:[详细]
2022-12-24 11:48 分类:问答Loopless function calls on vector/matrix members in Matlab/Octave
I came into matrix world from loop world (C, etc) I would like to call a function on each individual member of a vector/matrix, and return the resulting vector/matrix.[详细]
2022-12-24 10:41 分类:问答How can I get a list of all the defined variables in Matlab or Octave?
I\'m used to working in Matlab using its full GUI environment.Due to license issues I went and installed Octave, but it appears that it doesn\'t have a GUI, at least not one that\'s installed by defau[详细]
2022-12-22 22:50 分类:问答How to compute only the diagonal of a matrix product in Octave?
Is there a way in Octave to compute and store only the diagonal of a matrix product? Basically like doing: vector = diag(A*B);[详细]
2022-12-20 14:43 分类:问答Aquaterm: titles and axis labels getting cut off
I\'m using aquaterm 1.0.1 through octave and gnuplot - on my mac - to generate printable plots. When aquaterm generates my plots, it has a hab开发者_运维知识库it of cutting off or cropping all of the[详细]
2022-12-19 05:53 分类:问答Create CDF for Anderson Darling test for Octave forge Statistics package function
I am using Octave and I would like to use the anderson_darling_test from the Octave forge Statistics package to test if two vectors of data are drawn from the same statistical distribution. Furthermor[详细]
2022-12-18 21:19 分类:问答