Risposto
Why does't MATLAB R2016b recognize a C Compiler?
There could be a possibility that while installing Visual Studio, "Typical" setup option was chosen, which does not install the ...

quasi 8 anni fa | 0

| accettato

Risposto
Command Window Update with Spreadsheet Link
I would recommend going through the Customization category functions available in the documentation of " <https://www.mathworks...

quasi 8 anni fa | 0

Risposto
Applying For Loop function to cell array
There are two ways to index into a cell array, using curly braces-{} and parentheses-(). Enclose indices in smooth parenthese...

quasi 8 anni fa | 0

Risposto
Load only part(block) of a large bmp-image in order to reduce memory requirements
The 'imread' function in MATLAB lets one read subimages for TIFF and JPEG2000 formats. So one way to go about this issue would b...

circa 8 anni fa | 1

Risposto
Why does imshow() function in Matlab return a blank image?
Another common mistake that can yield to white or black images is a mismatch in datatypes while casting from one to another. ...

circa 8 anni fa | 1

Risposto
How can I implement a 2D DFT?
It might also help to compare the result of code written with the inbuilt MATLAB 2D FFT function 'fft2'. Documentation for th...

circa 8 anni fa | 1

Risposto
Passing a non-integer value to a Simulink Block/Mask
I understand that you want to know how to pass an IP address as an input to a masked subsystem. IP addresses can be stored or...

circa 8 anni fa | 0

Risposto
Emulate gimp screen effect in rgb image
Provided that both matrices I and M are of the same size and assuming that element by element operation is being asked for, it c...

circa 8 anni fa | 1

Risposto
Programmatically generating over/under exposed pictures
There are various ways in which local exposure distortions can be introduced to an image. One of the ways would be: # Cre...

circa 8 anni fa | 0

Risposto
Application of ifft function
The error being received is expected as the lengths of variable 't' and 'Y' do not match. After the line: >> X = X(1:N/2...

circa 8 anni fa | 1

Risposto
How to detect black edges only using sobel or matched filter?
In order to perform edge detection for black edges, it would be best to invert the values of the image such that the black pixel...

circa 8 anni fa | 0

| accettato

Risposto
How to connect Android sensor IMU to Matlab desktop?
I understand that the Connected field says '0' after executing the mobiledev function. It seems to be an issue related to the...

circa 8 anni fa | 0

Risposto
Is there an error in the "Power Spectral Density Estimates Using FFT" article?
I understand that the question is regarding whether the variable 'N' should be in the numerator or the denominator of the power ...

circa 8 anni fa | 0

Risposto
It is not possible to zoom out beyond the plots' current zoom out point.
I am assuming that by plot's current zoom out point you are referring to the axes limits of the plot. It is possible to both zoo...

oltre 8 anni fa | 0

Risposto
Define own units in Simulink
Simulink is not limited to just SI units and the following link explains the units that are supported in MATLAB and Simulink env...

oltre 8 anni fa | 0

Risposto
Modifying contour levels from GUI
There may not be a straightforward to do what is being asked for. But, while the contour plot is active, if the 'contour' comman...

oltre 8 anni fa | 0

| accettato

Risposto
how to build a phase portrait of system of differential equation
I understand that you want to draw a phase portrait in MATLAB and would like to know more about that. There is a function in...

oltre 8 anni fa | 0

Risposto
VERY basic generator question!
Any type of noise (for example pink noise) can be generated either programmatically or with the help of Simulink blocks. If y...

oltre 8 anni fa | 0

Risposto
What is the error here?
Documentation of 'dsolve' goes through this warning state and explains what measures can be adopted when this warning is returne...

oltre 8 anni fa | 0

| accettato

Risposto
Zero order hold filter using filter()
I ran the code provided and did not receive any error and got a plot at the end. Provide us with what is the error message th...

oltre 8 anni fa | 0

Risposto
Set Powergui sample time in m-File
I understand that you want to programmatically modify the sample time of the POWERGUI block in a simulink model. It is defini...

oltre 8 anni fa | 0

Risposto
What happened to command shortcuts (macros) in 2016a?
The "command shortcut" functionality is still present in R2016a and later releases (R2016b) and can be accessed as mentioned by ...

oltre 8 anni fa | 0

| accettato

Risposto
how can i find the eucledian disatnce using KNN algorithm for the set of large n*2 matrix for the following kind of dataset
I understand that you want to find euclidean distance between xy coordinates contained in different files. Following is one w...

oltre 8 anni fa | 0

Risposto
How can I compute and plot curves for a function
I understand that a surface plot needs to generated for the equation mentioned and following is one of the way in which it can b...

oltre 8 anni fa | 0

Risposto
How can I select the output of WaveFormGenerator Simulink block from a script?
I understand that the Programmatic (command-line) way to select a signal output of a WaveFormGenerator is being asked for. I...

oltre 8 anni fa | 0

| accettato

Risposto
how to retain the pulses of a specific duration and delete the rest ?
I understand that you wish to detect pulse widths along with their time-stamps and threshold the signal based on width. The f...

oltre 8 anni fa | 0

Risposto
Algebraic loop in Simscape?
I understand the question is regarding how to avoid algebraic loops in a simscape model. As the model is not provided, I am goin...

oltre 8 anni fa | 0

| accettato

Risposto
Why should I rotate an image before applying canny filter?
To answer the first question: Canny edge detection by itself does not require rotation of images as can be seen in the edge d...

oltre 8 anni fa | 0

Risposto
How do I read an MP4 file? VideoReader gives the following error "Failed to initialize internal resources."
I understand that the error "Failed to Initialize internal resources" pops up when trying to use the 'VideoReader' function in W...

oltre 8 anni fa | 1