photo

Fábio Sousa


Last seen: 5 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
191,109
of 301,440

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How can I calculate the revenue in a FOR loop?
for s=1:4 %number of weeks n=input('How many packages?') for k=1:n .. code.. end end So I have this loop and I want to ...

5 years ago | 1 answer | 0

1

answer

Question


How do i display a table?
How can i display this table to the user?

5 years ago | 1 answer | 0

1

answer

Question


How do i build a matrix asking the user for inputs?
this is script thus far. I asked the user for the number of lines and columns but when the matrix is 3 by 3 the asnwer given by ...

5 years ago | 1 answer | 0

1

answer

Question


How can do this?
I need to do an exercise where i ask the USER for positive numbers, and while the number is positive i need to keep asking the U...

5 years ago | 2 answers | 0

2

answers