MATLAB Tutorial 1 - Basic Review

preview_player
Показать описание
CREDIT

Mathworks
MATLAB and Simulink is a product of Mathworks
Рекомендации по теме
Комментарии
Автор

The error is because a is never greater than d in the first place (we initialized a to be 1 and d to be 4). So if you change the code to while (a < d) instead of while (a > d), it should work.

amylu