User Portlet
Discussions |
---|
I'm looking for the longest ordered subsequences of integer pairs with specific incremental constraints. In these examples, I'd like the last value of each pair to be 1 less than the first value of the next pair. So far I've not discovered what... |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/036ab205-9c8b-47a7-8700-48135bd9afcb |
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/9943b9c6-7bf8-4641-9399-ec43d18bc138 |
I'm having trouble with "EdgeLayout" -> "StraightLine" in the GraphLayout of EdgeTaggedGraph. Here's an example without the StraightLine option: Remove[vsf]; vsf[width_][pos_, label_, _] := Inset[Framed[Pane[label,... |
I'd like to create some multi-page .pdf files containing long tables of text with graphs. These will be supplemental files in a publication. Here is a model of my data: (* writes single page .pdf file *) myTable = (Row[{"description",... |
Perhaps there is a built-in function for this? I have vectors of integers. All vectors have the same number of elements c. There are c values in the domain. The values in each vector need not be unique but there may not be duplicate vectors. ... |
I'm working on an application that which iterates through 6 billion combinations, appending selected items for further use. It is a natural for data parallism. The new DynamicArray datastructure is also a good match since the number of aggregations... |
I'd like to create an XLSX file for offline use that contains images. Here's my example: name = "Abruzzi"; img = Import["http://figs4fun.com/fpix/FP861-25_192.jpg"]; myTable = { {"Cultivar", "skin color", "flesh color",... |
I've looked for this in Preferences but perhaps missed it. Is it possible to turn self-test off? The problem I've encountered is possibly rare. In a notebook I have a cell containing formatted text. The style for the cell is Subsubsection but it... |
Lately I've been assisting a group of fruit breeding hobbyists in the U.S. They are concerned with continuing work initially performed in Japan and Ukraine with cold-hardy, less astringent, and hybrid Asian (Diospyros kaki) x American (Diospyros... |