photo

rbarata


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
2 Answers

RANK
215,093
of 300,853

REPUTATION
0

CONTRIBUTIONS
10 Questions
2 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,094

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,319

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 3

View badges

Feeds

View by

Question


Why use ./ in x = ( (-1).^(n+1) ) ./ (2*n - 1)
I need help about my line of thought in the following exercise: Create a vector x with the elements, xn = (-...

9 years ago | 1 answer | 0

1

answer

Question


Exercise: Add 3 to just the odd elements of x=[2 5 1 6]
New exercise... Add 3 to just the odd elements of x=[2 5 1 6]. I know there's some other ways to do this, probably easier, b...

9 years ago | 2 answers | 0

2

answers

Answered
Determine integers in an array and show the results
Thank you Walter. It worked.

9 years ago | 0

Answered
Determine integers in an array and show the results
Thanks for the reply, Walter Since all the other functions are for rounding operations, I think the best opt is to do somethi...

9 years ago | 0

| accepted

Question


Determine integers in an array and show the results
Hello, my friends New to Matlab user Let's say I want to determine the integers in x=[1 2.5 3.6 4] and get the result x_in...

9 years ago | 3 answers | 0

3

answers

Question


Figure Properties - Syntax doubt
In Matlab help, in the Figure properties there's this example: fig = figure; u = fig.Units; fig.Units = 'inches'; ...

10 years ago | 1 answer | 0

1

answer

Question


Opening a workspace plot stored in a variable. How?
Hello, my friends Given the code bellow: >> x = -pi:pi/20:pi; >> y = sin(x); >> f = figure; >> p = ...

10 years ago | 1 answer | 0

1

answer

Question


How do I know if it's an object or a function?
Hello, my friends Simple question, no? In previous questions I though box was an object but it seems to be a function. How...

10 years ago | 2 answers | 0

2

answers

Question


Why get(Box) returns an error?
The error is: Error using box Too many output arguments. Shouldn't it give me the children objects (not sure if this is t...

10 years ago | 2 answers | 0

2

answers

Question


plot3 - How to "automate" desired plot settings?
Warning: New to matlab so it's a basic question Given 3 vectors x, y and z how can I set box appearence without having to wri...

10 years ago | 1 answer | 0

1

answer

Question


3D plot - x, y,and z axis origin in the same vertice of the cube?
How can I do it? It's easier for me to visualize 3D plots this way. Thanks

10 years ago | 1 answer | 0

1

answer

Question


Copy a folder into another
Hello, new user here. Very basic question...I want to copy a folder which is on the same level (hence outside) of the current...

10 years ago | 2 answers | 0

2

answers