질문


Use add_line on a line?
I was wondering if you could get a handle from a line and draw a line from that to something else. Kaustubha helped me with the ...

거의 12년 전 | 답변 수: 2 | 0

2

답변

질문


Any way to figure out what your blocks are connected to in a model?
inPorts = find_system(modelName,'SearchDepth',2,'BlockType','Inport'); outPorts = find_system(modelName,'SearchDepth',2,'Bl...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


replace_block and load_system
I have 2 questions, first being: 1. Can replace_block replace blocks with custom made blocks? I'm having some trouble with th...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


cvhtml help
Hello. I’m having a little issue with getting my coverage data to display to an html document correctly. We dynamically write an...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Set Simulink model simulation stop time from m file
I want to set my models simulation stop time from an m file, but I'm a little confused about how to go about it. When I'd get th...

거의 12년 전 | 답변 수: 2 | 3

2

답변

질문


MatLab - de-char a char
You read that right, this is probably the oddest question that I ever asked, but I just want to know if I can de-char a char. I ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Reset Simulink model from m file
I need to reset a model within an m-file. I know using : set_param(model, 'SimulationCommand', 'start') set_param(model, 'Simu...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


engEvalString like function you can use from within a MatLab M file?
I was wondering if there was a wrapper or a function like engEvalString that I could call from inside an M file. Currently we ar...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


engEvalString source code, Matlab
Hello, I'm looking for the source code for the engEvalString function in matlab. I need to see what this functions doing and pos...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


Setting Simulink model inports using sim() commands
I've been doing a lot of research over the last few hours and I can't seem to figure out how to get and set a value to an Inport...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


Get and set Simulink model data from Matlab?
I have a simple model with 1 input and output. The input it directly linked to the output. I was wondering if there was any way ...

거의 12년 전 | 답변 수: 1 | 1

1

답변

질문


String parsing with a delimiter
Hello, I’m having a little problem parsing a string using a delimiter. It leave the delimiter attached to my string. Here’s my c...

거의 12년 전 | 답변 수: 2 | 0

2

답변