Tejas Turakhia
Followers: 0 Following: 0
Feeds
已解决
Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...
4 years 前
已解决
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
4 years 前
已解决
Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2
4 years 前
已解决
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
4 years 前
已回答
How to creating MAT file
This is working on my system: clear all clc % Parameter Massa m1 = 8095; % massa train set 1 dalam kg m2 = 8500; % mass...
How to creating MAT file
This is working on my system: clear all clc % Parameter Massa m1 = 8095; % massa train set 1 dalam kg m2 = 8500; % mass...
4 years 前 | 0
| 已接受
已解决
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
4 years 前
已解决
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
4 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 ...
4 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...
4 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:...
4 years 前
提问
Why projinv() function shows this error? How to solve it?
I want to add shapefile behind .tiff image and have came across this code: https://in.mathworks.com/matlabcentral/answers/8865-g...
7 years 前 | 0 个回答 | 0
0
个回答提问
How to read pixel from geotiff file by latitude and longitude?
I have converted AOD product of MOD04 .hdf file to geotiff. Now I want to get the data of certain regions. I have latitude and l...
7 years 前 | 1 个回答 | 0