photo

Ductho Le


Last seen: 19 days ago Active since 2018

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
11,063
of 300,499

REPUTATION
4

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
2

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


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 year ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Answered
[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 years ago | 2

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers