Laurensius Christian Danuwinata
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Finding DutyCycle of PWM
Hi, I am trying to find the duty cycle of a PWM signal using simulink model, does anyone now, how to do it?
8 years 前 | 0 个回答 | 0
0
个回答提问
CANoe vector-Matlab
Hi, I'm working with CANoe and Simulink currently and have a question, is it possible to analyze more than one simulink mode...
8 years 前 | 0 个回答 | 0
0
个回答提问
Add and delete Line and port
Hello, I have a popup-parameter in a Block Mask. And if an element from the list in popup chosen, the add_line and add_block sh...
9 years 前 | 1 个回答 | 0
1
个回答提问
Rename Block or Inport
Hello, Does anybody know, how to rename/giving name a/to Block or Inport programmatically? Thanks in advance :D.
9 years 前 | 0 个回答 | 0
0
个回答提问
Field assignment to a non-structure array object
Hello, I have a block(Subsystem) in the simulink with a mask, if I double click this block, then an GUI with an edit box and...
9 years 前 | 0 个回答 | 0
0
个回答提问
How to concatenate array with delimeter?
a1 = [0 32]; c1 = ([31 63]); d1 = unique([a1 c1]); first = ['[' num2str(d1(1)) ':' num2str(d1(2)) ']']; second =[...
9 years 前 | 1 个回答 | 0
1
个回答提问
How can I do this : { [5] [6] [7] [8:23] [24:39] [40:55] } --- these number are just an example
Hello, I have two arrays a = [1 2 3 4 5 5] and b = [6 7 5 8 9]. I need to write them in CAN bit packing block with these Form...
9 years 前 | 2 个回答 | 0