![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19615830_1600511727897_DEF.jpg)
Thierry Rebetez
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...
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...
거의 2년 전 | 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...
거의 2년 전 | 답변 수: 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...
거의 3년 전 | 답변 수: 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...
대략 3년 전 | 답변 수: 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...
거의 4년 전 | 답변 수: 0 | 0