how can ı wriite this fprintf

1 view (last 30 days)

Accepted Answer

KALYAN ACHARJYA
KALYAN ACHARJYA on 4 Dec 2020
Edited: KALYAN ACHARJYA on 4 Dec 2020
n=...?
for i=1:n
fprintf('%d times 6 is %d\n',i,i*6);
end

More Answers (0)

Categories

Find more on Contour Plots in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!