Tejas Turakhia
Followers: 0 Following: 0
Estadística
0 Problemas
15 Soluciones
CLASIFICACIÓN
12.563
of 295.569
REPUTACIÓN
4
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
24.901
of 154.105
CONTRIBUCIONES
0 Problemas
15 Soluciones
PUNTUACIÓN
182
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
alrededor de 4 años hace
Resuelto
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.
alrededor de 4 años hace
Resuelto
Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416
alrededor de 4 años hace
Resuelto
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
alrededor de 4 años hace
Resuelto
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.
alrededor de 4 años hace
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...
alrededor de 4 años hace | 0
| aceptada
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
alrededor de 4 años hace
Resuelto
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
alrededor de 4 años hace
Resuelto
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 ...
alrededor de 4 años hace
Resuelto
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 ...
alrededor de 4 años hace
Resuelto
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...
alrededor de 4 años hace
Resuelto
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:...
alrededor de 4 años hace
Pregunta
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...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 7 años hace | 1 respuesta | 0