문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

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

문제를 풀었습니다


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

거의 14년 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

거의 14년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

거의 14년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

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

문제를 풀었습니다


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

답변 있음
Plz xpln why nt sing vwls
You still use 'i'..

대략 14년 전 | 0

답변 있음
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'.. ...

대략 14년 전 | 0

답변 있음
Is there any solution to my problem ?please help me.
On Simulink, AFAIK, the workspace data only available after the simulation ends. It means the first and second note are correct....

대략 14년 전 | 1

답변 있음
Data passing between multiple different GUIs on GUIDE
<http://www.mathworks.cn/matlabcentral/fileexchange/24861-41-complete-gui-examples>

대략 14년 전 | 0

답변 있음
simulink model
Hi, You can use the Fcn block under |Simulink then user-defined functions| on the Simulink Library Browser HTH, Ilham...

대략 14년 전 | 0

답변 있음
Adding Libraries to the Library Browser
I think you need to put some parameter _or_ documentation in the respective tabs on the model masks

대략 14년 전 | 1

| 수락됨

답변 있음
Simulink scope autoscale
By clicking the binocular button on the scope, perhaps?

대략 14년 전 | 0

답변 있음
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...

대략 14년 전 | 답변 수: 0 | 0

0

답변