photo

Artemio Soto Breceda


Last seen: 2 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Nachricht

Statistik

All
MATLAB Answers

2 Fragen
6 Antworten

File Exchange

3 Dateien

Cody

0 Probleme
5 Lösungen

RANG
2.582
of 301.052

REPUTATION
24

BEITRÄGE
2 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
2

RANG
9.241 of 21.162

REPUTATION
80

DURCHSCHNITTLICHE BEWERTUNG
4.00

BEITRÄGE
3 Dateien

DOWNLOADS
5

ALL TIME DOWNLOADS
527

RANG
56.996
of 172.569

BEITRÄGE
0 Probleme
5 Lösungen

PUNKTESTAND
60

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 2
  • Knowledgeable Level 2
  • Solver
  • First Answer
  • First Submission

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


File Exchange - two authors
I would like my collaborator to be able to modify my File Exchange submission, i.e. to be able to update the code, make comments...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Matlab Plotting Question: No graphs
Your problem is that x1 is a single value, rather than an array. It is actually plotting something, but it is just 1 single dot ...

mehr als 6 Jahre vor | 0

Beantwortet
calling the row with values in column
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Calculating the average every three months
You have two options, to convert your table into an array with: data_array = data{:,:}; or to use the same expression, but wit...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Error with inverse of a matrix
There is nothing wrong with that code, but it looks like prior to it, you are assigning a value to inv. I.e. you create a variab...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
Change yticks using a stacked plot
You should use the stackedplot with an output argument: handle = stackedplot(rand(5)); % Plot 5 random vectors with 5 elements ...

mehr als 6 Jahre vor | 1

| akzeptiert

Beantwortet
How can I use a vector inside an @fun?
I might not be understanding your question properly, but it looks like your code works just fine. Here is an example: a = linsp...

mehr als 6 Jahre vor | 1

| akzeptiert

Frage


Bug on XFCE and arch linux
When I open figures or aditional windows (besides the main matlab window), I can't click on the menus of the other windows, beca...

fast 8 Jahre vor | 0 Antworten | 0

0

Antworten