Estadística
21 Preguntas
0 Respuestas
CLASIFICACIÓN
5.746
of 295.569
REPUTACIÓN
8
CONTRIBUCIONES
21 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
80.95%
VOTOS RECIBIDOS
8
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
of 154.105
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
ecef2ned vs. ecef2nedv
What is the difference between ecef2ned ( <http://www.mathworks.com/help/map/ref/ecef2ned.html> ) and ecef2nedv ( <http://www.ma...
más de 8 años hace | 1 respuesta | 1
1
respuestaPregunta
Vector subtraction from matrix
Let A be a 3 by 5 matrix: A=rand(3,5); v=1:5; How can I add v to each row of A without using a for loop, to impro...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Understanding the Color Matrix Input in surf()
I'm trying to understand this code snippet: [x,y] = meshgrid([-2:.2:2]); Z = x.*exp(-x.^2-y.^2); surf(x,y,Z,gradient(...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Output of struct.fieldname
"patient" is a 1x3 struct with "billing" being a fieldname. When I issue patient.billing, I get this: >> patient.billing ...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Keyboard shortcut for selecting tools in the Figure window
Is it possible to assign a keyboard shortcut to select the "Pan" tool in the Figure window? <</matlabcentral/answers/uploaded...
casi 9 años hace | 0 respuestas | 1
0
respuestasPregunta
textscan trouble: starting file position on re-read
I'm trying to read a data file of integers. The file is formatted as follows: -112-999-999-999-555 -999-999 -777 0 0...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Memory Allocation in MATLAB
Two questions on the topic of memory: 1. Do the zeros() and ones() functions allocate memory dynamically? That is, are they s...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
angle output vs. atan2 output
Is atan2(Y,X) exactly the same as angle(X+1i*Y)?
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Interpolation of Data on Different Grids
I have a 2-D data (ocean depth) on a latitude-longitude grid. (That is, the ocean depth is specified at each latitude and longit...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Batch Processing of a Function with Different Arguments
Hello, I read the documentation on batch and diary functions, but I could not find the answer. I have a function, longjob(n),...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Difference between pcolor and contourf
I'm trying to understand what the difference is between pcolor and contourf. If I have a 2D data, stored in variable Z, that I w...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Methods in Making a Simple Program More Efficient
Hi, I would like to speed up the execution of my program. It's abbreviated as follows: Definition of myScript.m is as foll...
más de 11 años hace | 1 respuesta | 1
1
respuestaPregunta
Generate random numbers given distribution/histogram
MATLAB provides built-in functions to generate random numbers with an uniform or Gaussian (normal) distribution. My question is:...
alrededor de 12 años hace | 3 respuestas | 2
3
respuestasPregunta
Multiple Calls to Functions in Separate MATLAB Sessions
I wrote a function named auto2process(param). I have several MATLAB sessions open on the same machine, and I need to call auto2...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
secd vs sec
x=-89.5:0.001:89.5; y=1./secd(x); trapz(x,y) Gives 114 AND x=-pi/2:0.001:pi/2; y=1./sec(x); trapz(x,y) Gives 2 Wh...
más de 12 años hace | 1 respuesta | 1
1
respuestaPregunta
Filling Plot Area, Adding Ticks in Mapping with Projections
Hi, I'm using pcolorm (of the Mapping Toolbox) with the miller projection to create a global map: figure(2) axesm mil...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Using quad or quad2d to evalute a 1-D integral of 2-D function
Hi, I'm trying to evaluate a 1-D integral (single integral, not double integral). The integrand happens to be a function that...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
plotyyy
Hi, I'm trying to plot a couple variables on the same 2-D graph, and 3 separate scales are needed (there are 3 types of varia...
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
bitget() and MSB/LSB
Hi, I would like to clarify the functionality of bitget(). In the documentation, it is noted that "The output of bitget is in...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Bar graph start value
Hi, The bar command always draw bars starting from 0. If the value to plot is positive, the bar extends upwards from 0, and i...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Get next plot color
When using the function plot with hold set to 'all', each call to plot uses the successive entry in the ColorOrder property of t...
más de 13 años hace | 6 respuestas | 1