matlab条件循环实例,for循环——有趣例子
% Script file: timings.m%% Purpose:% This program calculates the time required to% calculate the squares of all integers from 1 to% 10,000 in three different ways:% 1. Using a for loop with an uniniti...