已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years 前

已解决


Combine the first and last names
MATLAB R2016 provides a rich set of functions to work with string arrays. In this problem, you will be given two string arrays o...

7 years 前

已回答
plotting needs to configure 'linewidth' greater than default 0.5, otherwise no display of figure
You can create a startup script which runs everytime you start MATLAB automatically. To do so, place a script named |startup.m| ...

7 years 前 | 0

| 已接受

已回答
Can I open a file with different versions of Matlab?
In short, Yes, but to varying levels of difficulty. M-Files are version agnostic, though some commands may be deprecated in t...

7 years 前 | 0

| 已接受

已回答
How to save images EXACTLY as it would be saved manually by pushing the "save" button?
Not sure if you have tried the |print( )| command, however, I find it useful. If you are unfamiliar with the command, there is a...

7 years 前 | 0

已回答
IMPULSE AND STEP RESPONSE
Hi, Quite simply, you can use the |step()| and |impulse()| commands given a continuous-time system. The inputs to these comma...

7 years 前 | 0

| 已接受

提问


Generating executable from Simulink model with custom output name
All, When generating a Linux executable from a Simulink diagram (via a custom function that sets the appropriate parameters f...

8 years 前 | 1 个回答 | 0

1

个回答