Articat
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
126.716
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
25 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Solving System of Equations - Complex
I want to solve a system of equatoins. It is resulting an empty structure. Any help would be greatly appreciated! I want to...
más de 4 años hace | 1 respuesta | 0
1
respuestaFind() Command Error incorrect output
[row_inst_5(:,:,image), col_inst_5(:,:,image)] = find(BB_inst(:,:,image), 137) lol
más de 4 años hace | 0
| aceptada
Pregunta
Find() Command Error incorrect output
I have the following Code: [row_inst_5(:,:,image), col_inst_5(:,:,image)] = find(BB_inst(:,:,image)); The input to the ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Matrix consisting of sub-elements of another matrix
Say I have the following matrix: x = [ 1 2 3 4 5 6 7 8 9] If I want a matrix that consists of the following: y = [1 2 4 5...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Plotting Points at Specified Index Values
I have one matrix, A, that is a 1x137 that consists of all of maximum index values of another matrix, B, 137x145. I am plottin...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Grid overlay on "plots()"
Can you overlay a grid on "plots()" in the same way "imagesc()" allows you to overaly a grid on an image?
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Finding Binary Values on 3D matrix
I have a three dimmensional matrix, 2D dimensions of the matrix makes up the image ([894 896]) and the third dimension of the ma...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Downsizing a Data Set for Plots
Image 1) I have one image in which the x-axes goes from -10 to 37 and y-axes: 6 to 56. I used a grid to shrink the image down to...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Tracing Outline: Binary Image
I have the following binary image(attached). Is there a function I can use to trace the outline of it? Thanks
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
imagesc() contour superposition
Hi, I am trying to plot a contour plot over an imagesc() plot. I have the following code: figure, subplot(1,3,1); xV...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Loading Files of Similar Names into Script
So I have 7 files labeled the following: Run1S01_TPIV, Run1S02_TPIV, Run1S03_TPIV,.... all the way up to Run1S07_TPIV. I hav...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Extracting Slices From Slice Function
I have a volume that I am seperating into individual slices, here is the follwing code: figure, S = slice(xGrid2,zGrid2,yGrid...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Using imsharpen with imagesc
Can you use imsharpen with imagesc? Trying to use imshapren with the following code: figure PLIFData_rot = (flipud(PLIFda...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Cell to matrix average
I have a cell array consising of 93x1 cells(named velocitydata). Each cell consists of a 145x147x19 matrix. I want to average th...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Using sprintf() command
Is this the correct way to use this command? flame_x1 is a matrix. n = 4; Fuel = JP5; %%% Upper Flame sprintf('%s_xvalues_u...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Intersection of data Points
I have the following plot and would like to save the points at which the horizontal line crosses the gaussian line. The horizont...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Trace Image from Intensity
I have the following image and want to plot a line that follows the outline of the image based on the intensity. I considered us...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab: Matrix with negative numbers
0 I have a matrix, A = [745 x 678], which consists of negative and positive values. I would like to make all the negative numbe...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Matrix Division: Different sized matrices
I have one matrix A = [745 678]. I have another matrix B = [745 1]. I want to compute A / B. I want the result to be a [745 6...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Converting Photos to a Video
I have 49 photos and want to turn them into a video. The timing of each frame is set to .005 seconds. The first loop reads in th...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Cropping a Folder of Images
I am trying to crop multiple images instead of cropping them on at a time. I tried using the "imcrop" command but the result was...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Animated Zoom in for Plots
So I have a plot that is displaying a variety of different lines and I want to zoom in on a particular section by the click of t...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Finding Min and Max of a sinusoidal function
Hi, So I have the following code and I want to find the min and max of the function. I tried using 'xmin' and 'ymin' but it ...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
Plotting Transmission Loss with for loop
Hi, So I am trying to plot the following script but all I am getting is an empty plot with an x-axis going from 2999 to 3000...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Using Imagesc() then solving for the locations of the max values
Hi, So I am trying to go from an imagesc() plot to finding the coordinates of the maximum values of the coordinates in the p...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Plotting Sound Pressure Level
Hi, So I am trying to plot the eqution: The final solution should look like what is attached. I constructed it using a l...
casi 6 años hace | 1 respuesta | 0