Feeds
提问
How to solve for a max area given a set parameter?
I have a class problem which give us 30 one meter thick would panels. We are to write a program that allows us to build a rectan...
10 years 前 | 2 个回答 | 0
2
个回答提问
Maclaurin series in M file with given tolerance level
{x=(pi/9); sin(x)=x-((x^3)/(1:3))+((x^5)/(1:5))-((x^7)/(1:7));} For my class we are to come up with a code for a Maclaurin s...
10 years 前 | 1 个回答 | 0
1
个回答提问
not formed from a valid identifier; using the end function for a simple m file.
I am essentially copying the exact same code my prof used on powerpoint and yet the code keeps telling me this doesnt work. No m...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to find multiples of x in a row vector?
I searched the forms and didn't find any pertinent information on finding multiples of a specific number or set of numbers in a ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How do I delete rows and columns from a matrix
I know this has been asked before, but I am new to matlab and all the answers I read through were jargon to me. So if someone co...
10 years 前 | 2 个回答 | 0
