Community Profile

photo

Sophia Rissberger


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

bijna 5 jaar ago | 2 answers | 0

2

answers

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer