Pregunta


For consistency with "nan", wouldn't it be nice to be able to issue "missing(3)"?
<Missing> is the string counterpart to NaN. One can define a (say) 3x3 array of NaN's. Each NaN can be replaced as the data is...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Can writetable delimit strings using single-quotes?
I am using writetable to export to CSV. All strings are delimited with double quotes. Is there any way to have strings delimit...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matlab & Cygwin X-windows terminates abruptly, Firefox and Outlook do not
I'm executing many-day Matlab jobs on Windows10. On two successive occassions, when the job has run for about a day, I found th...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Random triplets not asymmetrically distributed
I would like to generate many triplets whose values are drawn from {0.1, 0.2, ... 0.9}. I also want each triplet to sum to 1.0....

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Recompose stacked column cell vectors into adjacent row cell vectors
I have a row array of cells, varargin, within a function. The contents of each cell corresponds to an argument supplied by the ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Deploy Java wrapper around m-file wrapper around a mex file?
I have successfully used Compiler SDK to deploy a Java wrapper around my home-made m-file wrapper around "intlinprog" (more than...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Single extension not everywhere?
According to the following page, MATLAB 2019a should have automatic singleton extension: https://blogs.mathworks.com/loren/2016...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Create table columns with some entries blank (no quote symbols)
I have a table with some Boolean variables. They show up as `true` or `false`. I would like the trues to show up as (say) "Y" ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


char(2713) and fprintf('\x2713\n') don't show a checkmark in the command window
According to https://en.wikipedia.org/wiki/Check_mark, the unicode for a checkmark is 2713. However, `char(2713)` doesn't show ...

más de 3 años hace | 2 respuestas | 1

2

respuestas

Respondida
intlinprog quits due to incorrect Relative Gap
TMW suggest scaling the data so as to reduce the dynamic range. What I found to work was to rescale the objective function so t...

alrededor de 4 años hace | 0

Pregunta


intlinprog quits due to incorrect Relative Gap
I am calling intlinprog indirectly using Problem-Based Approach (https://www.mathworks.com/help/optim/problem-based-approach.htm...

alrededor de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Read CSV into table, but quoted text data contain new-lines
I am using "readtable" to read a CSV file into a table. The first row consist of column headings, and there are no row names. ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Extract equivalent RGB without transparency from PNG with alpha channel
I used the "imread" (https://www.mathworks.com/help/matlab/ref/imread.html#btnczv9-1-transparency) function to read a PNG image....

más de 4 años hace | 2 respuestas | 0

2

respuestas

Respondida
Compiler SDK: Testing *.jar file + runtime as if on a virgin machine
According to TMW, there's not much to be gained by collecting key files needed to use the MATLAB Runtime into a project folder. ...

más de 4 años hace | 0

| aceptada

Pregunta


Compiler SDK: Testing *.jar file + runtime as if on a virgin machine
Hello, I wrote a function in MyFunction.m that that performs minor processing on its inputs before invoking "intlinprog". I us...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Plotted a graph, want to specify label position relative to node
I plotted a graph, but the node labels sometimes collide: A=ceil(10*rand(30)); A=triu(...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Respondida
Render 1D column of OptimizationVariable/OptimizationExpression objects to string?
Here is one solution for a 1D column of OptimizationVariable objects and another solution for a 1D column of OptimizationExpress...

más de 4 años hace | 0

Pregunta


In Matlab 2019, 2020, or 2021, can parallel computing be used with intlinprog?
Some course material from 2018 shows that parallel computing applies to many optimization solvers, but not "intlinprog". Can in...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Render 1D column of OptimizationVariable/OptimizationExpression objects to string?
In Matlab 2019a, I have a table wherein a column `IFpvfd` is an `OptimizationVariable` array: myTable = table( [1:3]' , ... ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Matlab "more" command: "q" doesn't always quit
According to the help for "more", pressing "q" should stop the pager. It doesn't always work, when paging through: more on ...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Matlab intlinprog metrics differ, solver data identical
I'm seeing 2 disparate behaviours with when using Matlab's intlinprog optimizer. As luck would have it, it involves large-ish d...

casi 5 años hace | 0 respuestas | 1

0

respuestas

Pregunta


Can String automatically convert to MWNumericArray of type double?
Suppose a Java packaged MATLAB function accepts a MWNumericArray of MATLAB type double, e.g., this makesqr example function. n ...

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Generate command-line command from library compiler project?
I am using the Library Compiler to generate a Java package. From the saved project, is there any way to generate the command-li...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Inconsistent array notation in Java interface generated by MATLAB Compiler SDK?
To call Matlab functions from Java, MATLAB's Compiler SDK generates functions with the following signatures. /* mlx interface -...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Specific organizational scheme for Matlab documentation?
According to this thread, the hierarchical organization of headings on the Content pane is the authoritative structure of the do...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


`mlx` interface for Java packaging of Matlab functions?
I am looking at the Matlab information on packaging functions for invocation from Java, specifically in the context of a variabl...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


MWArray: Non-conventional-Matlab terminology for data types and arrays?
As far as I know, and based on the thread "scalar vs matrix vs vector vs array??", a double array in Matlab is an array of type ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matlab function takes 1 argument, Java caller provides 2
The Mathworks page for an example makesqr.m shows a 1-argument function % makesqr.m %---------- function y = makesqr(x) y = ...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Example of coding a `struct` in Java when packaging Matlab function?
I am embarking on writing a Java wrapper for intlinprog, and learning Java at the same time. My OOP experience is C++ circa 200...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Java-wrapped Matlab function: `java` can't load/find `main` sample invoker class
This answer is definitely for the Java newbies. The class path for `java` needs to include the directory `.` of the newly-compi...

alrededor de 5 años hace | 0

| aceptada

Cargar más