統計
All
Feeds
解決済み
Given a 4x4 matrix, swap the two middle columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...
約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年 前
解決済み
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年 前
解決済み
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年 前
質問
How to access an object passed through .NET in MATLAB (MWObjectArray)
I want to interface MATLAB and .NET and want to use MATLAB to perform some mathematical calculations for my application. I want ...
7年以上 前 | 0 件の回答 | 0
0
回答質問
fmincon optimization with integral function
I'm trying to minimize the area of a function using fmincon and integral function My function is as given below func...
7年以上 前 | 1 件の回答 | 0

