Community Profile

photo

Artemio Soto Breceda


Last seen: 3日 前 2018 年からアクティブ

Followers: 0   Following: 0

連絡

統計

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

バッジを表示

Feeds

表示方法

質問


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

4年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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 ...

4年以上 前 | 0

回答済み
calling the row with values in column
X = Y( (Y(:,2)==2 | Y(:,2)==5) , :);

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 0

| 採用済み

回答済み
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...

4年以上 前 | 0

| 採用済み

回答済み
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 ...

4年以上 前 | 1

| 採用済み

回答済み
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...

4年以上 前 | 1

| 採用済み

質問


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

約6年 前 | 0 件の回答 | 0

0

回答