ı cant solve this problem

1 view (last 30 days)
ALI GUNES CETIK
ALI GUNES CETIK on 9 Jan 2017
Answered: ALI GUNES CETIK on 9 Jan 2017
x=e^0.05zsin(z) , y=e^cos(z) and z=0 to 15 pi create a 3d line plot of the functions use a solid black line

Answers (1)

ALI GUNES CETIK
ALI GUNES CETIK on 9 Jan 2017

Q3

clc clear all

anapara = 100000;

for ay = 1:12 if anapara <= 110000 faiz = 0.01; elseif anapara <= 125000 faiz = 0.015; else faiz = 0.02; end

    anapara = anapara * (1 + faiz);		
	getiri = anapara * faiz;			
    anapara = anapara + 1000;			
    fprintf('%2d. ay icin getiri: %6.2f; faiz orani: %4.3f ve anapara: %8.2f\n', ay, getiri, faiz, anapara);
end

Categories

Find more on Large Files and Big Data 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!