In the News
More DTA Products!
MATLAB English
Massachusetts Movies
Thanksgiving
200

MATLAB tends to be featured in this company’s showcase events for its Macs.

Apple

200

This function is used for more control of your parallel code than ‘parfor’.

‘spmd’

200

str = 'jbadcfk';
output = str([1, 3, 5, 7]);

'jack'

200

This DC movie staring Jason Momoa starts with a flashback of him on a field trip to the Boston Aquarium.

Aquaman

200

Thanksgiving falls on this number Thursday of November.

4th

400

A new device was designed to decrease this emission from trucks.

Carbon dioxide or CO2

400

This is what MEX stands for.

MATLAB Executable

400

str = 'MATLAB';
output = str(2:4);

The value of output is the abbreviation of this city.

'Atlanta'

400

The treasure hunt that started on the Back of the Declaration of Independence leads Nick Cage to Boston.

National Treasure

400

This is an edible mixture of herbs and starch used to fill the cavity of another food item. Most commonly used with Turkey on Thanksgiving.

Stuffing, filling, dressing

600

In 2023, a leak for this video game company’s direct hinted that a franchise would return that shares  the name of the MATLAB function ‘fzero’.

Nintendo

600

The command to compile a file script.m into a standalone application.

mcc -m script.m

600

str = 'semordnilap';
output = str(end:-1:1);

‘palindromes’

600

This psychological horror movie follows a US Marshal going to an island in the Boston Harbor.

Shutter Island

600

The first Thanksgiving was celebrated in this decade.

1620s or 1621

800

Driverless cars race on this city in Indiana’s speedway.

Indianapolis

800

DAILY DOUBLE










































One of the two artifacts that are created when generating an Excel Add-in from MATLAB.

COM component (.dll) or VBA module (.bas)

800

str1 = 'minus';
str2 = 'lion';
output = [str1(1:3), str2(2:4)];

‘minion’

800

This title monster has its final fight in Boston in its 2019 movie subtitled, King of the Monsters.

Godzilla

800

Term for male turkey.

Gobbler or Tom

1000

Bridgestone designed the following bike using MathWorks' products which won the silver medal in this Olympic event.

Track Cycling

1000

data.csv:

1, 2, 3
4, 5, 6
7, 8, 9

script.m:

max_values = max(data);
result = sum(max_values);

24

1000

str1 = 'giraffe';
str2 = 'umbrella';
combinedStr = [str1(1:3), str2(1:end-3)];
reversedStr = combinedStr(end:-1:1);
output = reversedStr([end, 2, 5]);

'gru'

1000

This 1868 coming of age novel and its 8 movie adaptations follow the four March sister growing up in Concord Massachusetts.

Little Woman

1000

These are three of the four food items that they had during a Charlie Brown Thanksgiving.

  • Buttered toast

  • Popcorn

  • Pretzels

  • Jelly beans 

M
e
n
u