Community Profile

photo

Sophia Rissberger


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why doesn't this code rotate and transform the spiral?
clear clc clf t = linspace( 0,4*pi,1000) r=@(t) sqrt(t) x= r(t).*cos(t) y= r(t).*sin(t) plot(x,y) %turns x and y ...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why wont my code work with fplot?
I have everything figured out except I cant seem to get the fplot for my anonymous variable A to project over figure(2). This is...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort