Estadística
0 Problemas
9 Soluciones
CLASIFICACIÓN
12.425
of 300.392
REPUTACIÓN
4
CONTRIBUCIONES
2 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.934
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
33.331
of 168.373
CONTRIBUCIONES
0 Problemas
9 Soluciones
PUNTUACIÓN
140
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How would I convert this .mat file to a .tif file?
I have a .mat file which describes a mask that I am using for PIV analysis. It contains two cells, which each contains submatric...
más de 5 años hace | 1 respuesta | 0
1
respuestaWhy do I get an error with the fit function even though I'm following at MATLAB tutorial?
I figured it out! I simply forgot to install the Curve Fitting Toolbox. Thanks anyways!
más de 5 años hace | 2
| aceptada
Pregunta
Why do I get an error with the fit function even though I'm following at MATLAB tutorial?
I am trying to learn how to use the fit function by using the following example code from MATLAB: x = (0:0.2:5)'; y = 2*exp(-0...
más de 5 años hace | 2 respuestas | 0
2
respuestasResuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
más de 5 años hace
Resuelto
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
más de 5 años hace
Resuelto
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. Example...
más de 5 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...
más de 5 años hace
Resuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
más de 5 años hace
Resuelto
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
más de 5 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
más de 5 años hace
Resuelto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
más de 5 años hace
