Feeds
已解决
Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'
1 month 前
已解决
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:...
1 year 前
提问
How to select the harness of model through scripting commands and select the harness in test manager automatically by just specifying the harness name
I am trying to access the test manager through scripting commands .I getted the harnessList = sltest.testmanager.find(Model_Name...
1 year 前 | 1 个回答 | 0