Feeds
已解决
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:...
2 years 前
已解决
Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...
6 years 前
已回答
How to provide input in txt format to a Simulink Model
Hi Tiago, As I understand you are trying to load data in .txt file into Simulink model. The function <https://www.mathworks....
How to provide input in txt format to a Simulink Model
Hi Tiago, As I understand you are trying to load data in .txt file into Simulink model. The function <https://www.mathworks....
7 years 前 | 0
已回答
Can I Load/Combine Vectors Data
Hi,assume you are loading file1 with array1 and file2 with array1, try save the following function as combineTwoArray.m and run ...
Can I Load/Combine Vectors Data
Hi,assume you are loading file1 with array1 and file2 with array1, try save the following function as combineTwoArray.m and run ...
7 years 前 | 0
已回答
Multivariable matrix m.file coding error.
Hi, looks like an 'end' is missing for function [sys, x0, str, ts] = inicjalizacja. Depends on how you want to create the functi...
Multivariable matrix m.file coding error.
Hi, looks like an 'end' is missing for function [sys, x0, str, ts] = inicjalizacja. Depends on how you want to create the functi...
7 years 前 | 0
已回答
GUI full screen without title bar and window taskbar
This may be relevant to your question, <https://www.mathworks.com/matlabcentral/answers/79043-while-working-in-gui-how-i-can-wor...
GUI full screen without title bar and window taskbar
This may be relevant to your question, <https://www.mathworks.com/matlabcentral/answers/79043-while-working-in-gui-how-i-can-wor...
7 years 前 | 0
已回答
Why does my signal name have "Signal X" in it?
Check the documentation of <https://www.mathworks.com/help/simulink/slref/busselector.html#brqgfxn-3 Bus Selector>. The output ...
Why does my signal name have "Signal X" in it?
Check the documentation of <https://www.mathworks.com/help/simulink/slref/busselector.html#brqgfxn-3 Bus Selector>. The output ...
7 years 前 | 0