photo

Rayhaan Bhikha


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I have a code which is definitely correct, but the loglog graph wont work properly.
clear all x=linspace(-1,1,40); t=linspace(0,1,20); n=[5,10,20]; hold on for i=1:3 U=(exp(-(p...

mehr als 8 Jahre vor | 2 Antworten | 2

2

Antworten

Frage


the code below I'm trying to plot a loglog graph, but everytime I run the code I keep getting an empty graph, then when i use the brush i can see the points. can anyone help
n=10; x=0.2; for i=1:n h=1/i; cf=dot([1 -2 1],[(cos(pi*(x+h))) cos(pi*x) cos(pi*(x-h))])/h^2; ...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort