Message Boards Message Boards

0
|
212 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Undefined function in "Parallel Computing" workbook

Posted 20 days ago

In the workbook for Parallel computing, there is the following expression:

CellPrint[

 ExpressionCell[

  diagram[
   "ParallelTable[f[i], {i, 1, k}]", {"f[1]", "f[2]", "\[Ellipsis]", 
    "f[k]"}, "{f[1], f[2], \[Ellipsis], f[k]}"],
  "Output",
  GeneratedCell -> False
  ]

 ]

I could not find what the function "diagram" did, but it did seem to produce a structure. So are there other similar functions?

POSTED BY: jim holtman
Posted 20 days ago

Since diagram is not capitalized, it is not a built-in symbol. So, you'll need to find where that symbol is defined. I don't know what to suggest since you didn't provide a link to the workbook you are referencing.

POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract