photo

Mohiedin Bagheri


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
35,709
of 300,364

평판
1

참여
8 질문
0 답변

답변 채택
37.5%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


how to display an output on a plot itself?
Hi friends, for this code: x = linspace(-5,2); y = -x-3; z = 2*x figure(1) plot(x, y) hold on plot(x, z) legend('x','y...

거의 3년 전 | 답변 수: 2 | 1

2

답변

질문


why fsolve cant find the solutoin?
Hello, I am trying to use fsolve to find intersection of two functions (intersection of two functions 'ia' and 'ic') . please ...

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

1

답변

질문


Solve a nonlinear function with one variable
Hi, I need to solve this function using Matlab in single script: x - x^2 + 2*{sin(x)*(x-1)} = 0 Would you be able to provide ...

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


How can I solve this problem in MATLAB? Warning!
Hi everybody, I am trying to solve a system of four equations with four unknown in matlab as below: F = 96485 syms a b c d e...

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

1

답변

질문


How to display answers for a system of two nonlinear equations, in scientific notation?
Hello all, I have solved this system of equations in matlab syms x y sol = solve([((2*x^2)/(3-y))+2==-50, y/(2*x-3)-3==4/7],...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


What does 'li' mean?
Hello all, I have solved an equation in matlab using the following code: syms x ththa2 = (2*exp(5*x))/(3*exp(2*x)+1*exp(-2*x...

대략 4년 전 | 답변 수: 3 | 0

3

답변

질문


Draw a tangent line with a given slope in Log scale
Dear all, I have a graph datapoints loaded in MATLAB. Y axis is Voltage (E) and x-axis is in Log scale. I have to draw a tangen...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can I write a matlab code to solve these equations in matlab?
Please see attached image. All K values are a function of potential. Potential values are given. I apprecuiate that if someone c...

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

1

답변