SolutionQuartic

버전 1.0 (2.6 KB) 작성자: Sihao Zhao
Matlab code for solution to quadratic equations in two variables. 求解二元二次方程组的Matlab代码
다운로드 수: 17
업데이트 날짜: 2021/6/24

SolutionQuartic

Matlab code for solution to quadratic equations in two variables. 求解二元二次方程组的Matlab代码

Much faster than Matlab vpasolve, useful to complexity and running time evaluation. 求解速度远快于Matlab vpasolve, 可用于评估计算复杂度和实际运行时间

Use the following code to call this function 使用以下代码调用该函数:

A=[a1,b1,c1,d1,e1,f1]; % coefficient of the 1st quadratic equation 第一个二次方程的系数 a1·x^2 + b1·xy + c1·y^2 + d1·x + e1·y + f1=0

B=[a2,b2,c2,d2,e2,f2]; % coefficient of the 2nd quadratic equation 第二个二次方程的系数 a2·x^2 + b2·xy + c2·y^2 + d2·x + e2·y + f2=0

[x,y]=solvequartic(A,B);

If you use or are inspired by this code, please give credit to the following paper. 如果使用本代码或受到启发,请引用以下论文

S. Zhao, X.-P. Zhang, X. Cui, and M. Lu, “A closed-form localization method utilizing pseudorange measurements from two non-synchronized positioning systems,” IEEE Internet Things J., vol. 8, no. 2, pp. 1082–1094, Jan. 2021.

BibTex form:

@article{zhao2020closed, title={A Closed-form Localization Method Utilizing Pseudorange Measurements from Two Non-synchronized Positioning Systems}, author={Zhao, Sihao and Zhang, Xiao-Ping and Cui, Xiaowei and Lu, Mingquan}, journal={IEEE Internet of Things Journal}, year={2020}, publisher={IEEE} }

인용 양식

Sihao Zhao (2024). SolutionQuartic (https://github.com/zhaosh05/SolutionQuartic/releases/tag/1.0), GitHub. 검색됨 .

Zhao, Sihao, et al. “A Closed-Form Localization Method Utilizing Pseudorange Measurements From Two Nonsynchronized Positioning Systems.” IEEE Internet of Things Journal, vol. 8, no. 2, Institute of Electrical and Electronics Engineers (IEEE), Jan. 2021, pp. 1082–94, doi:10.1109/jiot.2020.3010479.

양식 더 보기
MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.