解決済み


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

7年弱 前

解決済み


Add two numbers
Given a and b, return the sum a+b in c.

7年弱 前

解決済み


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7年弱 前

解決済み


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年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7年弱 前

回答済み
OMP: Warning #181: OMP_STACKSIZE: ignored because KMP_STACKSIZE has been defined
Try launching MATLAB from the default directory (for example, on Windows being C:\Program Files\MATLAB\R2015b\bin\matlab.exe). ...

7年弱 前 | 1

| 採用済み

回答済み
Matlab 2016b to 2018b compatibility for fints
The following answer addresses a similar issue. Try doing as mentioned in the answer and it might able you to use “retime”. ht...

7年弱 前 | 0

回答済み
how to get a good resolution for a binary image from an image, which took through getframe?
The following answer may help you improve the resolution of the binary image: https://in.mathworks.com/matlabcentral/answers/9...

7年弱 前 | 0

回答済み
Error Staring desktop Mac Os X 10.14
Ensure that your Mac meets the system requirements for the release of MATLAB you are attempting to launch. If you have recently ...

7年弱 前 | 0

回答済み
How to solve "Unsuccessful read: tcpip Timeout"
The following link addresses the possible causes of error and a way to resolve them: https://in.mathworks.com/help/instrument/t...

7年弱 前 | 0

回答済み
How do I hide the inside implementation of a block?
You can try setting the Read/Write permission of the subsystem to NoReadOrWrite. You can know further about the NoReadOrWrite p...

約7年 前 | 1

| 採用済み

回答済み
Can we create a narxnet type network with more than one external inputs
Yes, it is possible to change the numInputs property of the narxnet. For example, >>net.numInputs= 4; This overwrites the n...

約7年 前 | 0

回答済み
Importing .snp files
RF Toolbox lets you to import .snp files (Touchstone files) into a specific object. You can refer to the “Import Property Values...

約7年 前 | 0

回答済み
Can I use the CascadeObjectDetector() with the imageLabeler app to create a training set of images for classification?
The following document might able you to use the imageLabeler app to work on your folder of images: https://in.mathworks.com/h...

約7年 前 | 0

回答済み
How do I do classification from feature vector with Deep Network Designer
You can use the ImageInputLayer when you have multi dimensional vector of features and the SequenceInputLayer when the vector of...

約7年 前 | 0

回答済み
I upgraded my Mac OS to Mojave and now I cannot run MatLab, my go-to app and get the error message that says it cannot recognize my computer. What next?
Mojave is compatible with MATLAB starting from R2018b. Refer to the following link for System Requirements: https://www.math...

約7年 前 | 0

回答済み
How to unhide look under mask arrow in matlab simulink ?
The “Look under badge” does not appear if the library is locked, or its "LockLinksToLibrary" property is set to 'On'. Try unlock...

約7年 前 | 1

| 採用済み

回答済み
Computer Login Name for license center
You can follow any of the three steps mentioned below which might help you find your login name, 1.To find your User Name, fo...

約7年 前 | 3

| 採用済み

回答済み
Error showing the documentation browser in Fedora 29
This is caused by missing libraries or missing execution permission. To narrow it down do the following: 1.) Start MATLAB 2....

約7年 前 | 0

回答済み
MATLAB crashing when plotting with AMD drivers
Usually this issue can be resolved by updating their drivers from the following page: http://support.amd.com/en-us/download I...

約7年 前 | 0

回答済み
The marker of scatter is broken when exports
This issue may be related to your GPU. Updating the drivers of your graphic card to the latest version might help resolve the is...

約7年 前 | 0

回答済み
Error writing "file.m" Acess is denied message when I try to save or run a script.
Disabling anti-virus might resolve the issue.

約7年 前 | 0

| 採用済み

回答済み
Error writing name_file.m. Access denied.
Disabling the anti-virus might help resolve the issue. If you are using Windows Defender; an exclusion may need to be made for...

約7年 前 | 1

回答済み
Error massage "failed to generate binary outputs"
The Simulink Support Package for Arduino Hardware may not work correctly in working directories containing spaces when 8dot3 nam...

約7年 前 | 0

| 採用済み

回答済み
Worldmap does not work with MATLAB R2018b
Try any of the following: 1. Run "which -all" command to the handle to see if the command is shadowed in MATLAB search path . ...

約7年 前 | 0

| 採用済み

回答済み
Hello. How can Iinstall the program if I have already downoloaded it????
The following answer might help resolve your issue. http://www.mathworks.com/matlabcentral/answers/101078-why-do-i-receive-an-e...

約7年 前 | 0

回答済み
License manager Error-9
The following article provides a solution to the issue, feel free to go through it. https://www.mathworks.com/matlabcentral/ans...

約7年 前 | 0