Khang Nguyen - MATLAB Central
photo

Khang Nguyen


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 03/19 to 04/25Use left and right arrows to move selectionFrom 03/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
191,301
of 298,046

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,526

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,226

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Warning "Ignoring extra legend entries"
Hi everyone, so this is my code, sorry if it distracts you, please let me know.Just put the code so that everyone knows excactl...

6 years 前 | 4 个回答 | 0

4

个回答

提问


Using loop instead of hardcoding
Hi everyone, %inputs dvdt = @(t,v) t-v; v0 = 1; tspan = [0 1]; % h = 0.7 h = 0.7; [ta,va] = midpoint(dvdt,tspan,v0,h); ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Using for loop for midpoint method
Hi guys, this is my code m = 1000; f = 75000; v0 = 0; h = 0.1; tspan = [0 10]; c = [50,100,500,1000,2000]; dvdt = cell(1...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Storing data for "for loop"
Hi everyone, for my L0 = [1 2 3 4 5], L10 = [2 3 4 5 6] L20 = [0 9 2 3 4] .... L200 = [2 3 4 5 6] (Up to 20 L values, just typ...

6 years 前 | 3 个回答 | 0

3

个回答

提问


Using loop instead of hardcoding
s Hi everyone, I want to use for loop instead of just typing particular h values how can I do that ?. Furthermore, my ta and...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Removing space between the axis
Hey everyone, How can I remove the space between the y axis. As it is 0 0.5 1 1.5 2 2.5 3 .... , i just only want it to b...

6 years 前 | 1 个回答 | 0

1

个回答

提问


Using loop to solve a same equations
Hey everyone, I got p0 = [1 2 3 4 5 6]; p10 = [ 3 4 5 6 7 8]; p20 = [3 4 2 5 6 7]; and f0 = @(x) = p0(1)*x^6 + p0(2)*x^5 ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How can we solve two 1st- order ODE equations simultaneously
Given two 1st order ODE equations dy/dt = z dz/dt = u(1-y^2)z - y Two 1st order ODE above are coupled and must be solved s...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to extract two equal maximum values at different index
Hi guys, How can I point out the different location of two maximum values example A = [8,5,6,7,8] If i type [max_A, index] ...

6 years 前 | 2 个回答 | 0

2

个回答