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:...
14年弱 前
解決済み
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...
回答済み Simulink - swapping inputs horizontally
I don't understand the reason why you don't want to re-arrange the inputs.
However, there *is* a way to emulate what you call...
約14年 前 | 0
回答済み Simulink - swapping inputs horizontally
You could 're-number' the input by clicking Input block inside your submodel.. Arrange it as you will to avoid 'cross-line'..
...
回答済み 3D surf
If you use command surf(x,y,z) to produce the 3d surface,
you can save the x,y,z parameter to seperate .mat file and call t...
約14年 前 | 0
回答済み Run Two Scripts over Single Chart
For calling a function (which reside on current path) you just need to use the filename, without file extension.
Try alter yo...
約14年 前 | 0
回答済み Run Two Scripts over Single Chart
Have you compile and debug the 222.m? It seems the problem lies on the shadowing parameter. Based on the error message you need ...
約14年 前 | 0
質問
What kind of look-up table should i use??
Dear all,
I want to integrate fuel consumption of an engine into my simulink model. I have only a SFOC graph of particular engi...