Community Profile

photo

Hector Cano


Master-studien

Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Message

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Change for-loop iteration inside the loop.
clc;clear;close all n=[1 1 100]; while (n(1) <= n(3)) j(n(1))=n(1); if (n(1) == 50) n(2) = 10; end ...

4 years ago | 0