Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
112.204
of 297.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
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
How can I replace white color with some other color while keep using cbarf for values less than cutoff mark?
data = rescale(peaks,0,600); newTickVals = [ 100 300 350 450]; limits=[newTickVals(1) newTickVals(end)]; x=1:1:49;z=ones(...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How can I make sure that cbarf (colorbar) will not overlap on second y-axis label?
% Create a data sets data = rescale(peaks,0,600); data1 = rescale(peaks,0,700); newTickVals = [3 25 300 350 450]; limits...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
figure position with "tiledlayout" function.
tiledlayout(2,2); [X,Y,Z] = peaks(20); % Tile 1 nexttile surf(X,Y,Z) % Tile 2 nexttile contour(X,Y,Z) % Tile 3 ne...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Only one colorbar for subplots while plotting in a for loop.
x = 1:10; y = x'; z1 = repmat(x,10,1); z(:,:,1)=z1;z(:,:,2)=z1; % this only sets the mapping and colorbar colorbarrange = [...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
How to match colorbar and countourf plot manually?
clear all; close all; x=1:10;x=double(x) y=x';y=double(y) z=repmat(x,10,1) maxColorLimit=12 minColorLimit=0 l=maxColorL...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
concat/horzcat for cell with data cells of a*b*c sizes
Read variables from files ncvars={'a','b'}; % variables need from files ncvar{1}=a, ncvars{2}=b prjdir=[datadir 'mentioned pat...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to increase font size and remove extra space in prompt window/listdlg ?
list = {'1','2','3'}; [indx]=listdlg('PromptString',{'Select Number.',... ''},... 'SelectionMode','single','ListStr...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Assigned small array values into Big array using for loops
Size(per)=1*(multiple of 180) double; e.g. 1*720 Size(temp)=180*1 double as of 720/180=4; My goal is to assign temp values...
alrededor de 3 años hace | 1 respuesta | 0