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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
