giovanacgois - MATLAB Central
photo

giovanacgois


Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 05/18 to 01/25Use left and right arrows to move selectionFrom 05/18Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
6,248
of 296,519

REPUTATION
7

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


How can I enlarge graph area?
I've plotted the graph from the attached image. I want to enlarge the graph area so that I can see the lines close to 1. I ...

6 years ago | 1 answer | 0

1

answer

Question


Floating Number without "e"?
Hello everyone! I'm a begginer in Matlab struggling to plot a graph. I'm having a hard difficult with my decimal numbers, bec...

6 years ago | 2 answers | 1

2

answers

Answered
xlswrite error - worksheet could not be activated
I tried to re-run Matlab with Admin privileges, it worked for me.

6 years ago | 1

Answered
How to automatically store values into an excel sheet through matlab?
You can do: for i=1:10 for j=1:10 k=i*j; M(i,j)=k; end end xlswrite('filename.xls', M, 1);

6 years ago | 0

| accepted

Go to top of page