Feeds
提问
interpolation of scatter data
clc clear all close all %find normalized loss using NL test load effyTest; I=(map.Id.^2+map.Iq.^2).^0.5; E=100*map.Pmech...
7 years 前 | 1 个回答 | 0
1
个回答提问
Problem In curve fitting
Hello, I need to find a function for my data (TW2 and DatiOpt.PERDITE_FERRO) with minimum error. I tried "scatteredInterpolant"...
8 years 前 | 1 个回答 | 0
1
个回答提问
Set tolerance for griddata
Dear Sir/Madam, In the Loss.mat, I have Fd and Fq matrices with 256*256 dimension as inputs and Pfer_c, Pfer_h, Pfes_c, Pfes_...
8 years 前 | 1 个回答 | 0
1
个回答提问
interpolation of scatter data
Hi, I am new in Matlab and I have difficulty in solving this problem. I have a matrix as bellow where Fd is a function of Id a...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to select between duplicated non-integer values of a matrix
A= [10.01 5.02;15.20 6.01;14.05 7.12;14.05 5.14;13.5 9.11] I need to find equal number in first column and find the minimum of ...
8 years 前 | 1 个回答 | 0
