Community Profile

photo

Tejas Turakhia


Last seen: 8 mois il y a Actif depuis 2017

Followers: 0   Following: 0

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Solver
  • Explorer

Afficher les badges

Feeds

Afficher par

A résolu


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

plus de 3 ans il y a

A résolu


Return area of square
Side of square=input=a Area=output=b

plus de 3 ans il y a

A résolu


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.

plus de 3 ans il y a

A résolu


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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.

plus de 3 ans il y a

A répondu
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...

plus de 3 ans il y a | 0

| A accepté

A résolu


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

plus de 3 ans il y a

A résolu


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

plus de 3 ans il y a

A résolu


Create a vector
Create a vector from 0 to n by intervals of 2.

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


Find max
Find the maximum value of a given vector or matrix.

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

A résolu


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

plus de 3 ans il y a

Question


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

presque 7 ans il y a | 1 réponse | 0

0

réponse

Question


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

presque 7 ans il y a | 1 réponse | 0

1

réponse