Testing Toolboxes (MATLAB engine itself)

A = ones(9); A(:,3) = A(:,3) * 5; A(4,:) = A(4,:) .* [1:1:9] Enter should result in a matrix of A =
(I only have a screenshot, so can anyone add the output of this?)

1 Comment

You can request a trial copy of MATLAB: http://www.mathworks.co.uk/products/matlab/tryit.html

Sign in to comment.

Answers (0)

Categories

Asked:

on 23 May 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!