photo

Victor Quezada


Last seen: 3 days 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

2 文件

Cody

0 个问题
19 个答案

排名
12,889
of 300,381

声誉
4

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
0

排名
9,667 of 20,941

声誉
70

平均
5.00

贡献数
2 文件

下载次数
10

ALL TIME 下载次数
619

排名
19,092
of 168,477

贡献数
0 个问题
19 个答案

评分
280

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Promoter
  • Commenter
  • Solver
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How does one solve simultaneous difference (not differential) equations?
It's better if you convert your set of diference equations into matrices and solve it by "\" operator.

5 years 前 | 0

已回答
Simulink Onramp doesn't work properly_MATLAB version R2019b
Hi. I had the same problem and have fixed: I updated my version from R2019b to R2020a (my license was still valid).

5 years 前 | 0

已回答
Problem with order of substitution with odeToVectorfield- Solving second order ode with ode45
Define your equations upside down, it worked for me. For example: clear syms x1(t) x2(t) f1(t) f2(t) m=[2 3];c=[3 1 1];k=[3 2...

6 years 前 | 0

已回答
Finding best set of parameters by fitting the experimental data to different theoretical data obtained using different parameters.
Your question isn't very clear. The first thing you can try, ever, is to plot your theoretical and experimental data, afterwards...

7 years 前 | 0

已回答
HOW TO IMPORT MATLAB DATA FROM Text files (* .txt)
Try something explained here: https://la.mathworks.com/help/matlab/import_export/ways-to-import-text-files.html Or here: https:...

7 years 前 | 0

| 已接受