How to plot like attached figure in matlab?..
Pablo Saavedra Garfias Thank you sir.
Here is a sample script that you can try:
% Example data (replace this with your actual data)
lon = 100:0.5:135; % longitude range
lat = 0:0.5:40; % latitude range
% Create a meshgrid
[Lon, Lat] = meshgrid(lon, lat);
% Example wave height data (replace this with your actual data)
% For example, we create some synthetic data
waveHeight = sin(Lon / 10) + cos(Lat / 10); % Replace this with real data
% Plotting
figure;
contourf(Lon, Lat, waveHeight, 'LineColor', 'none');
colorbar;
% Customizing the plot
colormap('jet'); % Change colormap as needed
caxis([0 3]); % Set color axis limits
title('Wave Height Data');
xlabel('Longitude (°E)');
ylabel('Latitude (°N)');
% Add contour lines
hold on;
contour(Lon, Lat, waveHeight, 'k');
% Set axis limits to match the figure
xlim([100 135]);
ylim([0 40]);
% Add labels and other customizations as needed
Dear sir, I tried.
I have rand(wave heights) for eg., How can I plot like above figure for any country. Can you plz help me in this?
Thanks in advance
Kanagaraj Krishnamoorthy.. Tried same. for me rand() of wave height at any four locations.. with India map. i didn't get? Any idea bro?
I have completed my noise monitoring and videography ( for traffic volume count) survey ,And I just want to count vehicles moving on road , So let me know is there any code or program in MATLAB to...
24 December 2020 3,316 1 View
Dear All, I have one dependent variable and three independent variables and wanted to apply ANOVA as a measurement. However these variables do not have any levels or categories. Please suggest...
01 December 2020 2,069 8 View
All metrics to measure predictability are simply depend(Negatively) on False Negatives(FN) as well as False Positives(FP). Is there any way of knowing who(Instances/Tuples) went to FN basket as...
08 November 2020 192 3 View
Hi, I am PhD student working on Perovskite solar cells (PSCs), I have fabricated standard cell (FTO/C-TiO2/M-TiO2/CH3NH3PbI3/Spiro-OmeTAD/Ag) in air atmosphere. but i am not getting any...
06 October 2020 8,168 8 View
I know how to compute eigenvalues to test stability. The question If i have for example a 10 node model with 5 lags, how do i choose stable parameters without just guessing.
06 October 2020 5,238 6 View
I am very new to MOF-field. I really need your help, can anybody please suggest me which is a simple and best technique to do VOCs adsorption studies for MOFs? In our lab we have GC-MS and my big...
05 October 2020 8,874 2 View
The following equation is generally used for the calculations of the ratio of hypocholesterolemic /hypercholesterolemic (h/H) fatty acids, or h/H fatty acids index (Santos-Silva et al. 2002;...
24 September 2020 9,939 5 View
I work with derivatized neurotransmitter molecules. I was using C-18 SPE cartridges previously for desalting them before LC-MS, but now I would like to adopt in-house made stagetips. These are a...
22 September 2020 4,854 6 View
In my observed data I have different data variables(12 in Number) , Let say X1,X2......X12..I want know ,How one data variable influence the value of another data variable.. is this...
11 May 2020 2,968 1 View
How to design a Spaceborne Antenna for HEO (Highly elliptical orbit) satellites? What types of Antenna are useful for this purpose?
29 April 2020 9,604 1 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
There is confusion regarding the submillimeter-wave range. Many papers specify its range from 300GHz but some also consider its range from 100GHz. If I design an antenna on 122ghz what would I...
01 March 2021 516 7 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View
I think we were all surprised at the first time we got to know quantum mechanics that the squared modulus of the wave function is the probability density of the existence of the particle? The role...
28 February 2021 6,282 9 View
I have input and output data set for "ANFIS modeling in MATLAB", and I am getting some negative predicted values of output in testing. However, the predicted values of output in training are...
28 February 2021 3,459 3 View
Is there a way to input wave speed in a complex form on ANSYS? The wave speed I need to assign a material is 325(1+0.11i) however I have been unable to do this thus far. Failing that, is there...
27 February 2021 5,969 1 View
I am required to learn about Flyback converters and I got stuck not knowing to full design of the power supply flyback converter Based USB Charger Model using Simulink, especially the design model...
25 February 2021 5,435 2 View
I do need the Matlab code of Fractal Discrete Cosine Transform (FDCT). Can anyone who has already implement this code, help me with the implementation of this transform?
24 February 2021 5,602 2 View
Hi Hope you are well. Can you please share your code for D2D implementation in Matlab. I want to implement D2D in Matlab based Vienna simulator and struggling to deploy D2D. Thanks
24 February 2021 9,378 3 View
Dear colleagues If anyone has a model of multi-effect distillation in EES or MATLAB software, please send it to me.
24 February 2021 7,282 1 View