Community Profile

photo

Alex Gimondi


Last seen: 1 year 前 自 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...

3 years 前 | 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 years 前 | 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 years 前

已解决


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 years 前

已解决


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

6 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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

6 years 前

已解决


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 years 前

已解决


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 years 前

已解决


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 years 前

提问


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 years 前 | 1 个回答 | 0

1

个回答