Solved


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

5 years ago

Solved


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

5 years ago

Solved


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 ...

5 years ago

Solved


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...

5 years ago

Solved


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:...

5 years ago

Answered
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). ...

5 years ago | 1

| accepted

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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 ...

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 1

| accepted

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 1

| accepted

Answered
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...

5 years ago | 3

| accepted

Answered
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....

5 years ago | 0

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0

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

5 years ago | 0

| accepted

Answered
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...

5 years ago | 1

Answered
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...

5 years ago | 0

| accepted

Answered
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 . ...

5 years ago | 0

| accepted

Answered
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...

5 years ago | 0

Answered
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...

5 years ago | 0