photo

kalpana


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
1 답변

순위
6,543
of 300,759

평판
7

참여
8 질문
1 답변

답변 채택
87.5%

획득한 표
4

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to make sure that fsolve gives only positive values as the solution
I have L equations to solve. I am using the following code to solve : fh = matlabFunction([equn(1:L)],'vars',{[lam(1:L)]...

대략 11년 전 | 답변 수: 2 | 0

2

답변

질문


Number of flops for fsolve or newton's method to solve non-linear equations
Hi, I am using fsolve() function to solve the K non-linear equations with each non-linear equation having K variables and h...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


using matlabfunction to declare variables
I have three equations with names 'equn1, equn2, equn3'. Variables in those equations are declared as : lam = sym('lam',...

대략 11년 전 | 답변 수: 1 | 1

1

답변

질문


how many number of values when added becomes equal to B(Known value)
I have to find the X value for which \sum_(i=1)^X (i * a_i ) >= B or ( 1*a_1 + 2*a_2 + --- + X*a_x >= B ) where a_i &...

11년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Number of flops for finding the co-variance of matrix of size K*1
Can someone please tell me what is the number of flops ( floating point operations ) required to find the co-variance of matrix ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


indexing in Mat file
I ran my .m program and saved the result in .mat file like save(['C:\Users\Public\Documents\Matlab_code\MATLAB\two_variables...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


Converting 2 symbolic expressions into a function handle
I have to solve 2 symbolic expressions num1 = 0 & num2 = 0. For this , i have given the code like the following :: syms...

12년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How do I simplify a symbolic expression into numeric output?
use MatlabFunction() to convert symbolic to numeric expression.

12년 초과 전 | 3

질문


Could not solve 2 equations using the MATLAB.
I have to solve two equations using MATLAB. For this, i have taken the equations as the following : syms x y eq1 eq2; eq...

12년 초과 전 | 답변 수: 1 | 0

1

답변