Estadística
11 Preguntas
4 Respuestas
CLASIFICACIÓN
107.260
of 302.009
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
90.91%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.492
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 178.094
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Create multi-level quadtree using given 128X128 matrix
As mentioned in the title, I need to make a quadtree from a 128X128 matrix, we'll call it 'A', where the parent is the sum of al...
más de 7 años hace | 0 respuestas | 0
0
respuestasview lat/long/alt as 3-d surface in google earth
To solve this, I downloaded a very large file from: https://publicwiki.deltares.nl/display/OET/Matlab+plotting+into+Google+Ear...
más de 7 años hace | 0
| aceptada
Pregunta
view lat/long/alt as 3-d surface in google earth
I currently have a 256 by 256 matrix of altitude measurements all with associated lat/long positions. When I create a kml file a...
más de 7 años hace | 1 respuesta | 0
1
respuestaHow to automate selecting specific xyz map data from an existing xyz data set?
Walter and KSSV, Sorry it's been a while. I figured it all out. I first determined the slope of the box I wanted and the top le...
más de 7 años hace | 0
| aceptada
Pregunta
How to automate selecting specific xyz map data from an existing xyz data set?
I have a bathymetry map that provides a 1 meter resolution. However, I don't want all of the map data. I want a 1024X1024 meter ...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
4th Order ODE in Simulink
I have attached the question I am working on and the previous question (as it pertains to this problem). The previous question ...
más de 8 años hace | 1 respuesta | 0
1
respuestafmincon to solve constrained optimization problem with a nonlinear constraint
%% Set up inline functions to be used for fmincon and plotting clear all % Used for plotting as it contains both x and y...
más de 8 años hace | 0
| aceptada
Pregunta
fmincon to solve constrained optimization problem with a nonlinear constraint
I've got a challenging problem to solve using the fmincon function. I've attached the question and posted the code from the que...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
mesh function and vectors
Working on problem pasted below. Currently, I'm having a problem with my 'z' equation. It seems as though my matrices are of t...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Dynamics Problem using two moving object
I've been having problems solving this equation in MATLAB. Solving on paper is more intuitive to me and I'm struggling in mak...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add markers to a plot after using fzero
I am working on making a plot of y vs y'. I have constructed the plot and used the fzero function initialized at -4, -2, 0, 2, ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
using find function and comparing results
I've been able to create a 3-D cell array with months and wind speeds in different locations. I've then calculated the averages ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding minimum value in multi dimensional cell array
I'm going through a book trying learn this program on my own. With that said, I have a basic question to ask. I have this 5 di...
casi 9 años hace | 1 respuesta | 0
1
respuestaFinding min values in structure array
[s.age] ans = 29 7 6 4 2 >> [val,ix] = min([s.age]) val = 2 ix = 5
casi 9 años hace | 0
| aceptada
Pregunta
Finding min values in structure array
Below is my current structure array, and I would like to be able to search the structure and find the minimum age. field1='...
casi 9 años hace | 3 respuestas | 0
