Feeds
提问
1x100 vector of all -1
I can't find how to create a vector with dimensions 1x100 where all the values should be -1... i know you can use "zeroes" and "...
12 years 前 | 3 个回答 | 0
3
个回答提问
If...end statement for taylor series expansion code
this is my function m file, but I cant seem to get it to work. the code runs but the value of mycos1(.5,100) is not equal to cos...
13 years 前 | 1 个回答 | 0
1
个回答提问
ArcCosine function
this is the code i have so far. i need to write a function m-file that can solve the arc cosine function for [0, 2pi]. it is gi...
13 years 前 | 3 个回答 | 0
3
个回答提问
Error: Not Enough Input Arguments
"Error using quadroot (line 2). Not enough input arguments" why does it give me this error message? here is my code: functi...
13 years 前 | 2 个回答 | 0
2
个回答提问
quadroot and quadratic equation
I need some help with this problem...MATLAB gives me an error when I use "quadroot". Use the if...elseif...else...end flo...
13 years 前 | 1 个回答 | 0
1
个回答提问
Graphing a system of equations on the same set of axes
Here is my question to solve: Graph the following system on the same set of axes. {y=(-2/3)*x + 4/3 {y= -(x^2)/3 + 3 {y= 2...
13 years 前 | 1 个回答 | 0
1
个回答提问
Solving two linear equations with two variables
I need help solving these simultaneous equations: solve: {2x+3y=12 {5x+2y=3 Thank you!
13 years 前 | 2 个回答 | 0