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
