統計
MATLAB Answers
9 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
