Community Profile

photo

Thierry Rebetez


Last seen: 9ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

回答済み
Unable to classify the variable 'feq' in the body of the parfor-loop
Thank you Walter Robertson for your answer. So I modified the code as follows: I put the initialization of feq, f, etc. after th...

約1年 前 | 0

| 採用済み

質問


Unable to classify the variable 'feq' in the body of the parfor-loop
Hi everybody, I have a code that has the following error: Error: Unable to classify the variable 'feq' in the body of the parfo...

約1年 前 | 2 件の回答 | 0

2

回答

質問


I want to know why MATLAB says "Equation solved at initial point"
Hi everybody, I have a code that gives the following answer from MATLAB: "Equation solved at initial point. fsolve comp...

約2年 前 | 0 件の回答 | 0

0

回答

質問


I want to find the five unknown of a system of five nonlinear equations. Thank you !
Here the code: clc; clear; close all; clearvars; syms ET i1 i2 i3 i4 i5 x1 x2 x3 x4 x5 % constants defined below s...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to solve a system of 5 nonlinear equations with 5 variables
Hi, I am new on Matlab and I have to solve the following system of nonlinear equations. I don't want a numerical value as a sol...

約3年 前 | 0 件の回答 | 0

0

回答