Community Profile

photo

Ductho Le


Last seen: ein Tag vor Aktiv seit 2018

Programming Languages:
MATLAB
Spoken Languages:
English

Statistiken

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


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...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
[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...

fast 4 Jahre vor | 2

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten