Feeds
提问
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 ...
6 years 前 | 2 个回答 | 0
2
个回答提问
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...
6 years 前 | 1 个回答 | 0
