photo

Prabhath Manuranga


Last seen: 28 Tage vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Need to solve the following equation with three knowns and 2 unknowns.
W0 = Wi + (1 - L)*Hi*gi W0 and L is an unknowns. Wi, Hi, and gi are the knowns with 172 values per each. I want to find W0 a...

2 Monate vor | 2 Antworten | 0

2

Antworten

Frage


how to solve the error comes in line 25
clear, clc format longg GM = 0.3986004415E+15; alpha = 0.63781363E+07; % Load data %data = importdata('EGM08.txt'); d...

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


I need to solve the following equation. I do not have the knowledge how to write two loops (one loop inside in another loop) for this equation. Please help me to solve this.
here GM and alpha are constant. sigma_cnm and sigma_snm having number of values.

3 Monate vor | 1 Antwort | 0

1

Antwort

Frage


I need to find the answer for the following error and code
sum1 = zeros(172,1); sum2 = 0; for i = 1:length(data2) % Iterate up to the length of H_BM or g_mean sum1(i) = P1(i)*(g_...

3 Monate vor | 0 Antworten | 0

0

Antworten

Frage


Need help to solve following problem.
X_ISMD = 995152.969208341; Y_ISMD = 996113.117131325; for i = 1:length(data1) D1(i) = sqrt((X_ISMD - X_WGS84(i)).^2 + (Y...

4 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
I need some help to solve non-linear equation with three unknowns and three knowns with having 170 different values for one known.
X_ISMD = 995152.969208341; Y_ISMD = 996113.117131325; for i = 1:length(data1) D1(i) = sqrt((X_ISMD - X_WGS84(i)).^2 + ...

4 Monate vor | 0

Beantwortet
I need some help to solve non-linear equation with three unknowns and three knowns with having 170 different values for one known.
g_mean = g_i + 0.0424*H_i % Equation 01 H_i = (W_lvd - W_i)/g_mean % Equation 02 Here g_i, H_i, and W_i is known. W_...

5 Monate vor | 0

Frage


I need to solve the following equations with known and unknowns.
g_mean = g_i + 0.0424*H_i % Equation 01 H_i = (W_lvd - W_i)/g_mean % Equation 02 Here g_i, H_i, and W_i is known. W_...

5 Monate vor | 0 Antworten | 0

0

Antworten

Frage


I need some help to solve non-linear equation with three unknowns and three knowns with having 170 different values for one known.
Xw, Yw, Zw (170 * 1 matrices) are known with 170 different values. Xe, Ye, Ze are the unknowns. Tx, Ty, Tz, Rx, Ry, Rz, and ...

5 Monate vor | 3 Antworten | 0

3

Antworten