photo

Alex Gimondi


Last seen: 1年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • Solver

バッジを表示

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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

解決済み


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

6年以上 前

質問


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

1

回答