Community Profile

photo

rbarata


Active since 2015

Followers: 0   Following: 0

Statistics

  • 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 = (-...

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

7 years ago | 2 answers | 0

2

answers

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

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

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

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

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

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

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

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

8 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

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

8 years ago | 2 answers | 0

2

answers