![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5186510_1522106702676_DEF.jpg)
Alex Gimondi
Followers: 0 Following: 0
統計
All
Feeds
質問
S-function and lapack
Hello, I'm trying to implemet a S-function that does the weighted-least quare control allocation (WLS). The files provided con...
4年以上 前 | 0 件の回答 | 0
0
回答質問
Track Time In stateflow
Hello, I'm quite new to state flow diagram. They seem very powerful. I've followed some tutorials but I still don't get a thing...
6年以上 前 | 1 件の回答 | 0
1
回答解決済み
Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...
7年以上 前
解決済み
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
7年以上 前
解決済み
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
7年以上 前
解決済み
Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...
7年以上 前
解決済み
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
7年以上 前
解決済み
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
7年以上 前
解決済み
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 ...
7年以上 前
解決済み
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...
7年以上 前
解決済み
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:...
7年以上 前
質問
Read video coded with FFV1
Hello, I'm using Matlab 2015a to read a video I have encoded with FFV1 codec. Unfortunately, the standard way using videoreader ...
7年以上 前 | 1 件の回答 | 0