Feeds
提问
How to Move a Slider- bar when push button presses in GUI?
There are two buttons one is forward and another backward,When forward button presses slider should start moving forward if bac...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to create a progress bar/waitbar with cursor on it in GUI?
I need to create a wait/progress bar with cursor which will indicates the position using Matlab GUI in matlab 2017b version.. E...
4 years 前 | 0 个回答 | 0
0
个回答提问
How to get Unused/Undefined symbols information of state flow/chart programatically?
Generally or Manually Unused/Undefined symbols information we will get in view>>Symbols then symbol wizard will opens,Unused/Und...
5 years 前 | 0 个回答 | 1
0
个回答已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
5 years 前
已解决
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:...
5 years 前
提问
How to take the handles of simulink function block?
I am facing an issue for finding the port handles of Simulink function block.in simulink function block i have placed inport blo...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to write a function or loop if inputs of subsystem block is full then connect to other subsyem block in script?
the input is coming from signal builder that is connected to data type conversion block from it again it is cnnecting to subsyst...
6 years 前 | 1 个回答 | 0
1
个回答提问
How to add inputs add outputs for s-function builder block in simulink through m-script ?
I need to add number of input and output ports programatically for s-function builder block.i have checked by using get_param(gc...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to create automated test harness using script program for simulink models?
I need to create a automated test harness using script manually we can do with signal builder and scope but i need to do in auto...
6 years 前 | 0 个回答 | 0
0
个回答提问
How to design a relay block using simulink?
I want to design a relay block using simulink blocks without using direct relay block.
6 years 前 | 0 个回答 | 0
0
个回答提问
why step size is divided by 50?
step size = (Tmax-Tmin)/50 my question is why it should divided by 50?
6 years 前 | 1 个回答 | 0