Feeds
提问
ERROR: FSOLVE requires all values returned by functions to be of data type double.
My code aims to solve a set of 4 equations defined in the function funcky. The code in the script is shown below x = [a_i, ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Using fsolve to solve a system of multi-variable equations
I am trying to solve a system of 4 equations which are summations of Eigenseries. There are 4 variables. The functions/governing...
9 years 前 | 2 个回答 | 0
2
个回答提问
Error in solve/mupadengine processing complex numbers
Hi, So I've written a code to solve 4 equations which are shown below. The equations consist of hyperbolic and normal trigono...
9 years 前 | 1 个回答 | 0
1
个回答提问
Processing purely imaginary numbers
Hey, I've got a vector of purely complex numbers (ie. the real component = 0). However the processing time of it is taking a ...
9 years 前 | 1 个回答 | 0
1
个回答提问
vpasolve returns empty sym 0-by-1
Hi, I have written a function that has been working consistently. This is the function below, and I will describe its procedu...
9 years 前 | 1 个回答 | 0
1
个回答提问
Equation with infinite solutions, solve for n solutions
So I have an equation f2=(w^2)+(g*abs(k)*tan(abs(k)*d)) which has an infinite number of solutions. I am trying to find first n s...
9 years 前 | 1 个回答 | 0
1
个回答提问
Index exceeds matrix dimensions error
Hey, I have written a function (shown below) which acts on a matrix. The matrix is of size 1 x n (I have tried to debug the p...
9 years 前 | 1 个回答 | 0
1
个回答提问
Logical Indexing - Array Index can't be type 'syms'
Hi, I am trying to solve for a system of 4 equations which contain a summation of various functions with arrays in them. Ther...
9 years 前 | 1 个回答 | 0
1
个回答提问
Solving 4 non-linear equations: error using syms/subsindex
Hello, I am trying to solve a set of four complicated equations for four variables on MATLAB. I have attached my code below (...
9 years 前 | 1 个回答 | 0
