photo

Rayhaan Bhikha


Attivo dal 2016

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 8 anni fa | 2 risposte | 2

2

risposte

Domanda


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; ...

oltre 8 anni fa | 1 risposta | 0

1

risposta