Community Profile

photo

wenchao zhang


Last seen: Today Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 4
  • Explorer
  • Solver

View badges

Feeds

View by

Question


issues about zero_crossing_types.h during code generate
hello, when i generate the code from simulink model, i find the head file include (zero_crossing_types.h),but i do not want incl...

22 days ago | 1 answer | 0

1

answer

Answered
issues about package AutoSAR
seems missing the calibration public define, why?

24 days ago | 0

Question


issues about package AutoSAR
when i run the following commands, matlab throw errors. any one knows why this will happen, matlab version:2018b, i have instal...

24 days ago | 1 answer | 0

1

answer

Question


how to got AUTOSAR Blockset for Matlab2019a
hello, i want install the AUTOSAR Blockset for matlab2019a, any one kowns how to got this, and it is free of charges or not?

30 days ago | 1 answer | 0

1

answer

Question


how to automatically creat sldd file based on csv file
i add following info to CSV file, how to use this CSV file to creat sldd file automatically.

2 months ago | 0 answers | 0

0

answers

Question


search specific file under current direction
hello, i want search all the file with a .m extension under one routine, cd to the serach top level, as following, folders cont...

5 months ago | 1 answer | 0

1

answer

Question


how to get name of all element within an bus
i want to got all the element name of a bus, and output these name to excel or txt, how to do?

5 months ago | 1 answer | 0

1

answer

Question


search sepecific file and copy to target file
i want search the file (which are source file .c and head file .h) under file test20231104,and copy them to new file, how to rea...

6 months ago | 1 answer | 0

1

answer

Question


how to use evalin?
hello, i have a cell s, and s{1} = 'EngDa_jEng_C',now i want implement the commands(EngDa_jEng_C = Simulink.Parameter),i want ...

6 months ago | 0 answers | 0

0

answers

Question


automaticaly define calibration parameter to the workspace through read the m file
i have a m file, it defineed many calibration parameters one by one, each line seems like following: objDef_CAL('EngDa_jEng_C',...

6 months ago | 1 answer | 0

1

answer

Question


how to check if an specific name is existed inside a simulink
i want to check if an specific name(parameter,signallines,..) is existed inside a simulink model, if use can find_system work in...

6 months ago | 1 answer | 0

1

answer

Question


search program command in command window use Tab Button
hello, i have a question, i know we can use tab button to conveniently find some command, for example, i write 'add' in command ...

7 months ago | 1 answer | 0

1

answer

Question


how to rename the calibration parameter in a simulink model
now i want find all the calibration parameter which contains(for example 'xxx'), and rename this calibration parameter by replac...

8 months ago | 1 answer | 0

1

answer

Answered
add state flow to simulink model
use this command works: add_block('sflib/Chart',... [ModelName '/' FunctionName '/' 'ScheduleChart'],'Position',BlockPosit...

8 months ago | 0

| accepted

Question


add state flow to simulink model
when i use following command, try to add chart to simulnik model, error happens, how to resolve this add_block('Stateflow/C...

8 months ago | 1 answer | 0

1

answer

Question


how to close error dialog
after run some script, i got so many error dialog, how to quickly close them at one time.

8 months ago | 2 answers | 0

2

answers

Question


how to programtically add junctions and default transition in state flow and connect them
hello, as following shows i want use script to add the defualt transition and two junction, and connect two junctions, add the a...

8 months ago | 1 answer | 0

1

answer

Question


How to Add several stateflow chart to a exist simulink model programtically
hello, now i have a simulink model,now i want use script to add several stateflow char inside this simulink block, which command...

8 months ago | 1 answer | 0

1

answer

Question


creat stateflow use script
hello,when i run the following script,error happens, any one knows what the root reason, following are the script. sfnew rt =...

8 months ago | 0 answers | 0

0

answers

Question


how to find unconnect goto block and from block in the simulink model use script
hello, i want use the script to find out all the unconnected(or unmatched) goto/from block in the simulink model,which command c...

8 months ago | 1 answer | 0

1

answer

Question


how to add several inport to the buscreator
as the title indicate, how to connect the follwing blocks

9 months ago | 1 answer | 0

1

answer

Question


change simulink m file name issue
hi, i want use script to change the original name to new name, for example from VehicleSpeedLimiterDemand_cal.m ->vehiclespeedli...

9 months ago | 1 answer | 0

1

answer

Question


simulink subsystem replacement issue
when i run the following script, nothing happened with out any error, any one can help, thanks in advance. open_system('untitl...

9 months ago | 1 answer | 0

1

answer

Question


simulation issue about Scope
hello, guys,when i run the simulation, i found the scope not display the line with the time change, it keep stop at the begining...

10 months ago | 2 answers | 0

2

answers

Question


how to automatically configure the sim parameter
when i run the following command in command window, matlab version 2019a sim('untitled','StartTime','0.0','StopTime','20.0','S...

10 months ago | 1 answer | 0

1

answer

Question


when i want to modify the input number of certain component through script,error happens
if i replace num with real num, like 17, it works, any one who knows why?

1 year ago | 1 answer | 0

1

answer

Question


how to add parameter to workspace when load the simulink model
how to add parameter to workspace when load the simulink model

2 years ago | 1 answer | 0

1

answer

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years ago