photo

Thierry Rebetez


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
249,663
of 299,772

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
25.0%

收到投票数
0

排名
 of 20,801

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,865

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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...

2 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答