문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

거의 14년 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 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...

거의 14년 전

문제를 풀었습니다


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년 전

답변 있음
Simulink: Default Integration Time
ode45 is not fixed-time integration method - it has variable sample time. You can choose fixed time integration method from Simu...

14년 초과 전 | 0

답변 있음
fitting a polynomial function to data points and ploting it
doc polyfit doc polyval I think this two function will be enoguh :)

14년 초과 전 | 0

답변 있음
gui-to-.exe
Try to use deploytool command. It is gui for deploying applications. It may later work on different computers if they will have ...

14년 초과 전 | 0

답변 있음
Error on unconnected output
It is only warning - you can connect this output with terminator block

14년 초과 전 | 0

| 수락됨

답변 있음
subsystem in simulink
Select blocks for the subsystem, right-click and choose create subsystem Or you can use subsystem block from the Simulink libra...

14년 초과 전 | 0

| 수락됨

답변 있음
The mex compiler '<unknown>' is not supported for simulation builds. Use 'mex -setup' to select a supported compiler."
Maltab R2009 doesn't know about VC++ 2010 - use older compiler, or ML R2010 or R2011

14년 초과 전 | 0

답변 있음
Make error
Have you tried set up your compiler: mex -setup

14년 초과 전 | 1

| 수락됨

답변 있음
Different neural network training result each time
because your net is preset with random values of gains so during the training you have different start point in each simulation....

14년 초과 전 | 1

답변 있음
Simulink Algebraic Loop Error
If you have a feedback loop, you can try to place unit delay block on feedback line. Next you can also try to reduce the step s...

14년 초과 전 | 1

답변 있음
Different neural network training result each time
Try to add this command on the beginning of a script: RandStream.setDefaultStream(RandStream('mt19937ar','seed',1)); ...

14년 초과 전 | 1

| 수락됨

질문


How can I hide some library blocks in library browser
Hello, I have a question: I have made a library and I want to register it (to use via library browser). Howevever some blocks in...

14년 초과 전 | 답변 수: 1 | 0

1

답변