Group Abstract Group Abstract

Message Boards Message Boards

0
|
7.1K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Create a growing Table with AppendTo?

Posted 10 years ago
POSTED BY: Bill Norman
2 Replies
Posted 10 years ago

Yeah. The identify command reads the image and picks the appropriate command to run on the dynamic image "im" (each magazine has it's own crop coordinates), and in the end I'm going to Text[Grid[title, Frame -> All]] the whole thing.

POSTED BY: Bill Norman

That list thing is not valid Wolfram Language, But I guess you want something like:

identify = {"Tony Stark", "Jan 03 2017", "Iron Man", "8.53", "Avengers 34"}
gridlist = {"Name", "Date", "Informantion", "Number", "Refrence"}
addaline = {gridlist, identify}

giving:

{{Name,Date,Informantion,Number,Refrence},{Tony Stark,Jan 03 2017,Iron Man,8.53,Avengers 34}}
POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard