photo

Youngjin


Last seen: 3 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
243,319
of 300,331

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,920

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,124

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


different result for simulink in for loop
greetings! i generated code that play simulink in for loop like belows but it has different results in for = 2 when for 1:3 an...

11 months 前 | 1 个回答 | 0

1

个回答

提问


shadowed files on simulink
The file containing block diagram 'HEV_TMED_Simulator_V12' is missing. A different file of the same name exists on the MATLAB pa...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Checking the value at a specific point in time with display in Simulink
i 'd like to check the value in time u = 133 please help

1 year 前 | 1 个回答 | 0

1

个回答

提问


how can i get two variables to meet the target SOC which is calculated from simulink.
open_system(mdl) soc_target = 78.6 off_line = 3000 on_line = 7000 sim(mdl); while true sim(mdl); s...

1 year 前 | 1 个回答 | 0

1

个回答

提问


how can i stop this while loop? it doesn;t finish
while 1 sim(mdl); if out.soc_fin(end)-soc_target <= 1.5 break end on_line = on_line + 1...

1 year 前 | 2 个回答 | 0

2

个回答

提问


Can I change the X axis value in Simulink scope instead of time?
same with subject

1 year 前 | 1 个回答 | 0

1

个回答

提问


How can i select variables which has same number at the end
I want to create a code that selects variables with the same number at the end and interpolates them. where, there are T_Right...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How can I calculate SAE J1269 least squre method in matlab? (multiple variable function)
the equation of RR in J1269 is below, RR = A0 + (A1 * Load) + (A2 / Infl) + (A3 * (Load / Infl)) + (A4 * (Load / (Infl * Infl...

2 years 前 | 1 个回答 | 0

1

个回答

提问


what is logsout in simulink and how i can turn it to simout?
i just recieved simulink model from another office. after run simulation, there is some signals tied in logsout in the workspac...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Unable to perform assignment because the size of the left side is 128-by-20 and the size of the right side is 1-by-20.
load('FTP variables'); filename = 'FTP variables.xlsx'; data_name = who; length = size(data_name,1); data_array = 0; ArrayN...

2 years 前 | 1 个回答 | 0

1

个回答