photo

Ankitkumar Patel


Last seen: 4 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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(...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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 = [...

environ un an il y a | 2 réponses | 0

2

réponses

Question


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...

environ un an il y a | 2 réponses | 0

2

réponses

Question


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...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse