search
HomeComputer TutorialsComputer KnowledgeKriging three-dimensional interpolation using MATLAB

Kriging three-dimensional interpolation using MATLAB

Kriging three-dimensional interpolation matlab

theta = [10 10]; lob = [1e-1 1e-1]; upb = [20 20];

[dmodel, perf] = dacefit([lat,lon], tem, @regpoly0, @corrgauss, theta, lob, upb);

LonLat = gridsamp([min(latlim) min(lonlim);max(latlim) max(lonlim)], 60);

TemNew = predictor(LonLat, dmodel);

LatNew = reshape(LonLat(:,1),[60,60]);

LonNew = reshape(LonLat(:,2),[60,60]);

TemNew = reshape(TemNew, size(LonNew));

geoshow(LatNew,LonNew,TemNew,'DisplayType','surface');

hold on

plotm(lat,lon,'k.');

colorbar;

What does nargin mean in matlab

In matlab, epochs is the number of times the neuron weights and thresholds are adjusted based on the output error return during calculation.

Authentication method:

(1) Using network linearlayer

1,cell input form

Input P={[1;2] [2;1] [2;3] [3;1]};

Target value T={4 5 7 7}

Use adapt;

input the command:

P={[1;2] [2;1] [2;3] [3;1]};

T={4 5 7 7};

net=linearlayer(0,0.1);

net=configure(net,P,T);

net.IW{1,1}=[0,0];

net.b{1}=0;

[net,a,e]=adapt(net,P,T);

The weight is updated 4 times, the final value is:

net.IW{1,1}= 1.5600 1.5200

net.b{1}=0.9200

Simulation results: [0] [2] [6.0000] [5.8000]

2, matrix input form

Input P=[1 2 2 3;2 1 3 1];

Output T=[4 5 7 7]

Use adapt;

input the command:

P=[1 2 2 3;2 1 3 1];

T=[4 5 7 7];

net=linearlayer(0,0.01);

net=configure(net,P,T);

net.IW{1,1}=[0,0];

net.b{1}=0;

[net,a,e]=adapt(net,P,T);

The weight is updated once, and the final value is:

net.IW{1,1}=0.4900 0.4100

net.b{1}= 0.2300

3, matrix input form

Input P=[1 2 2 3;2 1 3 1];

Output T=[4 5 7 7]

Use train; (set epochs=1)

Prerequisite: Add explicit calling commands to the learning function and training function;

P=[1 2 2 3;2 1 3 1];

T=[4 5 7 7];

net=linearlayer(0,0.01);

net=configure(net,P,T);

net.IW{1,1}=[0,0];

net.b{1}=0;

net=trian(net,P,T);

The weight is updated once, and the final value is:

net.IW{1,1}=0.4900 0.4100

net.b{1}= 0.2300

Conclusion: For static networks, the cell input of linearlayer and adapt is online learning, while the matrix input is offline learning, which is equivalent to one round of train.

As for the dynamic network: do it when you have time.

The above is the detailed content of Kriging three-dimensional interpolation using MATLAB. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Excel办公网. If there is any infringement, please contact admin@php.cn delete
Use Chrome Web Store to Find & Install Extensions for Chrome - MiniToolUse Chrome Web Store to Find & Install Extensions for Chrome - MiniToolMay 06, 2025 am 12:50 AM

Learn about Chrome Web Store and use it to easily find and add useful extensions to your Google Chrome browser. Detailed instructions for how to install and manage Chrome Web Store extensions are provided.

Fix: Microsoft Word Opens Files in Read-Only Mode - MiniToolFix: Microsoft Word Opens Files in Read-Only Mode - MiniToolMay 06, 2025 am 12:48 AM

Sometimes Microsoft Word opens files in read-only mode, which prevents you from editing the documents. This article from php.cn mainly introduces several ways to solve the problem “Microsoft Word opens files in read-only mode”.

How to Download, Install, Update RTX 3060 Drivers for Win 11/10 - MiniToolHow to Download, Install, Update RTX 3060 Drivers for Win 11/10 - MiniToolMay 06, 2025 am 12:47 AM

RTX 3060 drivers download, installation, and update are simple tasks. If you have a new graphics card - NVIDIA GeForce RTX 3060 Ti, updating or installing the proper graphics card driver for it is important. Let’s read this post and php.cn will show

[Answers Got] Google Sites Sign in – What Is Google Sites? - MiniTool[Answers Got] Google Sites Sign in – What Is Google Sites? - MiniToolMay 06, 2025 am 12:46 AM

What is Google Sites? Google has developed a variety of products covering different fields. Just like Gmail, Calendar, Drive, Docs, Sheets, and Slides, Google Sites is one of them but not that kind of commonly used in daily life. But Google Sites is

How to Update Your PS5 DualSense Controller on PC? - MiniToolHow to Update Your PS5 DualSense Controller on PC? - MiniToolMay 06, 2025 am 12:45 AM

Sony has released a new app Firmware updater for DualSense wireless controller to help its users to update the PS5 DualSense controller on PC. In this post, php.cn will show you how to update the PS5 DualSense controller on a PC using this new app.

Easy Ways to Ping a Phone to Find Its Location – Is It Legal? - MiniToolEasy Ways to Ping a Phone to Find Its Location – Is It Legal? - MiniToolMay 06, 2025 am 12:44 AM

When you lost your mobile phone, you want to find its location and ping a phone in some way; or if your children have a long time to leave home, you need to locate them and ping their phone. But what’s the bottom line of pinging a phone? And how to p

Guide - Windows 11 Enterprise N: ISO Download/Install, WatchGuide - Windows 11 Enterprise N: ISO Download/Install, WatchMay 06, 2025 am 12:43 AM

Windows is Windows 11 Enterprise N? What is the difference between Windows 11 Enterprise and Enterprise N? How to download Windows 11 Enterprise N ISO and install it on your PC? In this post from php.cn, you can find answers to these questions, and l

Tiny11Builder Creates Your Own Tiny11 – Windows 11 Lite ISO - MiniToolTiny11Builder Creates Your Own Tiny11 – Windows 11 Lite ISO - MiniToolMay 06, 2025 am 12:42 AM

What should you do if you want to create your own Tiny11 – a Windows 11 lightweight version? Tiny11Builder can help you to build a light version of Windows 11 with the official Windows 11 ISO file. See this post from php.cn and you can find much info

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.