photo

Ductho Le


Last seen: 대략 2개월 전 2018년부터 활동

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

통계

MATLAB Answers

5 질문
1 답변

순위
11,088
of 300,753

평판
4

참여
5 질문
1 답변

답변 채택
80.0%

획득한 표
2

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,858

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Set a custom stoping criteria for Simulated Annealing
Hi all, I am using the "simulannealbnd" function to solve my optimization problem. I want to set a custom stoping criteria for ...

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

1

답변

질문


Plot points with the spectra
I have a set of points and their amplitudes. I want to plot a graph like this (fig bellow) in which amplitudes are plotted as th...

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

1

답변

답변 있음
[Assignment]Write a function called saddle that finds saddle points in the input matrix M.
If you have no idea to solve this problem, you can use my code as a reference. Good luck! function id = saddle(M) [a,b]=size(M...

5년 초과 전 | 2

질문


Explicit root of symbolic equations
I am trying to find the explicit roots of symbolic equations like the code bellow: syms d1 d2 d3 d4 d5 d6 h11 h12 h13 h14 h21 h...

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

1

답변

질문


Store function in an array
Hi every one, i have a problem in my MATLAB code that i want to store user defined functions in an array(6x6) and use this array...

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

1

답변

질문


How can I fix the error "Index exceeds matrix dimension"
In my FEM program, I want to build a matrix bcdof[1;2;7;8;67;68;69;70;71;72] from matrix bcdof1=[1;4;34;35;36] but the program...

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

2

답변