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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
