Feeds
提问
matlab grid problem?
I was trying to make a circle(not ellipse) with a NURBS curve function. I put the neccessary values like this (order = 3, wei...
2 years 前 | 1 个回答 | 0
1
个回答提问
Why there is a Invalid Expresssion error in my fit function?
I wrote this simple code n = [1433;2700;1000000]; s = [1170.98;780.65;390.33]; f= fit(n,s,'power1') But the error said "...
2 years 前 | 1 个回答 | 0
