필터 지우기
필터 지우기

How to easily define the following expressions

조회 수: 2 (최근 30일)
dcydhb dcydhb
dcydhb dcydhb 2019년 2월 28일
1.PNG
In this system of equations, I want to solve uppercase a (n, k) and b (n, k), everything else is known, because k is zero, so it's not easy to use the matrix operation in matlab, how to define the expression can make the operation more convenient. For example, whether you can use handle and so on.
If so, why not the following calculations
a=@(n,k)(besselj(w,1)^2+n^2+k^2)
%b=a+1;
b=@(n,k)(a+1)
This is just a simple example, and my question is, if you find the simplest way to define an expression, to solve the above problem.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품


릴리스

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by