Community Profile

photo

Hector Cano


Master-studien

Last seen: ungefär ett år 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 ...

ungefär 4 år ago | 0