photo

Sara Xie

Last seen: 4 månader ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Solved


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:...

mer än 2 år ago

Solved


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,...

mer än 6 år ago

Answered
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....

mer än 7 år ago | 0

Answered
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 ...

mer än 7 år ago | 0

Answered
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...

mer än 7 år ago | 0

Answered
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...

mer än 7 år ago | 0

Answered
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 ...

mer än 7 år ago | 0