Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答已回答
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...
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 前 | 0
| 已接受
提问
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 前 | 3 个回答 | 0
3
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
