Feeds
답변 있음
Matlab creates netcdf file but can't open it later(ERROR: The NetCDF library encountered an error during execution of 'open' function - 'Unknown file format (NC_ENOTNC)'
EDIT: My previous response talked about how we can get around the encountered error and get the code working in MATLAB. However,...
Matlab creates netcdf file but can't open it later(ERROR: The NetCDF library encountered an error during execution of 'open' function - 'Unknown file format (NC_ENOTNC)'
EDIT: My previous response talked about how we can get around the encountered error and get the code working in MATLAB. However,...
1년 초과 전 | 1
답변 있음
Setting CurrentTime = 0 and then attempting to read the object results in error for larger file only.
Hi Shane, It would be useful to have access to files for which VideoReader is unable to read the data. You can also create a te...
Setting CurrentTime = 0 and then attempting to read the object results in error for larger file only.
Hi Shane, It would be useful to have access to files for which VideoReader is unable to read the data. You can also create a te...
3년 초과 전 | 0
답변 있음
error in compiled version of GUI
Hi Amanda, It looks like your GUI is returning some data (AssetList). Please note I assume that your compiled application is...
error in compiled version of GUI
Hi Amanda, It looks like your GUI is returning some data (AssetList). Please note I assume that your compiled application is...
10년 초과 전 | 0
답변 있음
MATLAB Image Acquisition FrameGrabInterval
Hi Garrett, I assume that you are referring to the <http://www.mathworks.com/help/imaq/framegrabinterval.html FrameGrabInterv...
MATLAB Image Acquisition FrameGrabInterval
Hi Garrett, I assume that you are referring to the <http://www.mathworks.com/help/imaq/framegrabinterval.html FrameGrabInterv...
10년 초과 전 | 0
답변 있음
error associated with "errorlevel 1"
Hi Ayman, Please provide more details about the error and what were you executing when you got the error. This error might ha...
error associated with "errorlevel 1"
Hi Ayman, Please provide more details about the error and what were you executing when you got the error. This error might ha...
10년 초과 전 | 0
답변 있음
Importing data into MATLAB workspace with .RAW format
Hi Ashish, I understand that you would like to read RAW files in MATLAB. You will find the following links useful: <http:...
Importing data into MATLAB workspace with .RAW format
Hi Ashish, I understand that you would like to read RAW files in MATLAB. You will find the following links useful: <http:...
10년 초과 전 | 1
답변 있음
How to get RGB-values out of video frames using VideoReader-function. When reading an individual frame using impixel-function I get only 3 times zero for RGB.
Hi Pekka, I understand that you would like to get the RGB values out of video frames using 'VideoReader' and 'impixel' funct...
How to get RGB-values out of video frames using VideoReader-function. When reading an individual frame using impixel-function I get only 3 times zero for RGB.
Hi Pekka, I understand that you would like to get the RGB values out of video frames using 'VideoReader' and 'impixel' funct...
10년 초과 전 | 0
| 수락됨
답변 있음
How can I change color legend by plotting with errorbar(herrorbar) ?
Hi, The plot you are getting is expected, however, I understand that it is not desired. I looked inside the code for 'herrorb...
How can I change color legend by plotting with errorbar(herrorbar) ?
Hi, The plot you are getting is expected, however, I understand that it is not desired. I looked inside the code for 'herrorb...
10년 초과 전 | 1
| 수락됨
답변 있음
How to use logregfit.m or the package?
You can download the package from <https://github.com/probml/pmtk3 here>. The link also includes information on how to use the ...
How to use logregfit.m or the package?
You can download the package from <https://github.com/probml/pmtk3 here>. The link also includes information on how to use the ...
10년 초과 전 | 0
답변 있음
Stem time convolution using conv, filter, cconv and multiplication in frequency domain
Hi, Your last section when executed gave error because you are multiplying two vectors (element by element) when they are of...
Stem time convolution using conv, filter, cconv and multiplication in frequency domain
Hi, Your last section when executed gave error because you are multiplying two vectors (element by element) when they are of...
10년 초과 전 | 0
답변 있음
Scatterplot colorise, cloud to cloud insted of ground
Hi Malte, It is possible to represent the second point cloud using the colors corresponding to its distance from the first p...
Scatterplot colorise, cloud to cloud insted of ground
Hi Malte, It is possible to represent the second point cloud using the colors corresponding to its distance from the first p...
10년 초과 전 | 0
답변 있음
How to set the colour of a polygon based on correlation values
Hi Kean, It is possible using MATLAB. You can find a very relevant example in this <http://www.mathworks.com/matlabcentral/a...
How to set the colour of a polygon based on correlation values
Hi Kean, It is possible using MATLAB. You can find a very relevant example in this <http://www.mathworks.com/matlabcentral/a...
10년 초과 전 | 0
| 수락됨
답변 있음
Differences in Wavelet results between code and 'wavemenu' GUI/App
Hi Robert, Can you please post your data? I tried to reproduce the same with MATLAB (demo) data using the following code an...
Differences in Wavelet results between code and 'wavemenu' GUI/App
Hi Robert, Can you please post your data? I tried to reproduce the same with MATLAB (demo) data using the following code an...
10년 초과 전 | 0
| 수락됨
답변 있음
Quadratic numbers in matlab
Hi Mayur, I can think of one way to do what you asked by using Symbolic Math toolbox. It has a function <http://www.mathwor...
Quadratic numbers in matlab
Hi Mayur, I can think of one way to do what you asked by using Symbolic Math toolbox. It has a function <http://www.mathwor...
10년 초과 전 | 0
답변 있음
eig() gives wrong results for complex eigenvalues in comparison to eigs()
Hi Lennart, It seems there are a few things that are not correct with the last part of the code: 1. Instead of li(qq), it ...
eig() gives wrong results for complex eigenvalues in comparison to eigs()
Hi Lennart, It seems there are a few things that are not correct with the last part of the code: 1. Instead of li(qq), it ...
10년 초과 전 | 0
| 수락됨
답변 있음
How can I choose a model depending on the highest value of coefficient of determination in Matlab?
Hi Nasir, Assuming that you have a cell array 'cModels' and a double array 'rSquare' containing the coefficients of determin...
How can I choose a model depending on the highest value of coefficient of determination in Matlab?
Hi Nasir, Assuming that you have a cell array 'cModels' and a double array 'rSquare' containing the coefficients of determin...
10년 초과 전 | 0
| 수락됨
답변 있음
Saving as EMF messes up my labels and ticks
Hi Calin, Are you using MATLAB R2014b? This is a known issue with printing or saving to the EMF format in MATLAB R2014b. It ...
Saving as EMF messes up my labels and ticks
Hi Calin, Are you using MATLAB R2014b? This is a known issue with printing or saving to the EMF format in MATLAB R2014b. It ...
10년 초과 전 | 1
| 수락됨
답변 있음
How to publish full uitable to html/pdf
Hi Bris, The functionality of publishing/printing scrollable 'uitables' is currently not available in MATLAB. As a workar...
How to publish full uitable to html/pdf
Hi Bris, The functionality of publishing/printing scrollable 'uitables' is currently not available in MATLAB. As a workar...
10년 초과 전 | 0
답변 있음
serial/fprintf of non-string?
Hi Walter, I can reproduce the behavior on a system with a serial port. The documentation (mostly the syntax section) of ser...
serial/fprintf of non-string?
Hi Walter, I can reproduce the behavior on a system with a serial port. The documentation (mostly the syntax section) of ser...
10년 초과 전 | 1
| 수락됨
답변 있음
Why some DICOM info cannot be added to the Header?
Hello Mohammed, This behavior seems to be related to the 'CreateMode' option of the <http://www.mathworks.com/help/images/ref...
Why some DICOM info cannot be added to the Header?
Hello Mohammed, This behavior seems to be related to the 'CreateMode' option of the <http://www.mathworks.com/help/images/ref...
10년 초과 전 | 4
| 수락됨
답변 있음
Modifying a code (code by Mohammad alshikh khalil)
Hi, Assuming that you are using the following code: >> coeffs = [1.0792 6.0840 0.2822 1.900 27.62]; >> x = 850:1500...
Modifying a code (code by Mohammad alshikh khalil)
Hi, Assuming that you are using the following code: >> coeffs = [1.0792 6.0840 0.2822 1.900 27.62]; >> x = 850:1500...
10년 초과 전 | 0
답변 있음
Matlab R2015a - How to solve the error message desktop?
You might want to re-install MATLAB at this point and see if this fixes the issue. -Nalini
Matlab R2015a - How to solve the error message desktop?
You might want to re-install MATLAB at this point and see if this fixes the issue. -Nalini
10년 초과 전 | 0
| 수락됨
답변 있음
Tips on global features in images that are usable in SVM
Anton, You can use color (histograms) and/or texture based features in addition to HOG and Gaborwavelet. These would be glob...
Tips on global features in images that are usable in SVM
Anton, You can use color (histograms) and/or texture based features in addition to HOG and Gaborwavelet. These would be glob...
10년 초과 전 | 1
답변 있음
Partial Differentiation wrt a Symbolic Variable Defined as Another Function
Yes, you can use the 'Chain rule'. Look at the discussions in this <http://www.mathworks.com/matlabcentral/answers/214902 Answ...
Partial Differentiation wrt a Symbolic Variable Defined as Another Function
Yes, you can use the 'Chain rule'. Look at the discussions in this <http://www.mathworks.com/matlabcentral/answers/214902 Answ...
10년 초과 전 | 0
답변 있음
polybool function works wrong
Hi Dmitry, Which version of MATLAB are you currently using? I tried the sample code in MATLAB R2013b (and later versions) an...
polybool function works wrong
Hi Dmitry, Which version of MATLAB are you currently using? I tried the sample code in MATLAB R2013b (and later versions) an...
10년 초과 전 | 0
답변 있음
Shading error when using surf to plot symmetric data set
Hi Lucas, You are correct, this behavior is reproducible and can be explained as follows: The 'Facecolor' property of surf ...
Shading error when using surf to plot symmetric data set
Hi Lucas, You are correct, this behavior is reproducible and can be explained as follows: The 'Facecolor' property of surf ...
10년 초과 전 | 2
| 수락됨
답변 있음
Image Classification: Color Histogram & KNN classifer
Hi Dennis, The steps in your algorithm seem correct. However, when you are doing k-means clustering a lot of information is ...
Image Classification: Color Histogram & KNN classifer
Hi Dennis, The steps in your algorithm seem correct. However, when you are doing k-means clustering a lot of information is ...
10년 초과 전 | 0
| 수락됨
답변 있음
How can I hide filtered files in the uigetfile dialog on a Mac instead of graying out non-matching files?
Hi, The <http://www.mathworks.com/help/matlab/ref/uigetfile.html documentation> states that on some platforms uigetfile disp...
How can I hide filtered files in the uigetfile dialog on a Mac instead of graying out non-matching files?
Hi, The <http://www.mathworks.com/help/matlab/ref/uigetfile.html documentation> states that on some platforms uigetfile disp...
10년 초과 전 | 1
답변 있음
How to use bisection method to approximate values?
Can you provide more information about the problem? As I understand it, if you are integrating over x and it ranges from 0 to 2,...
How to use bisection method to approximate values?
Can you provide more information about the problem? As I understand it, if you are integrating over x and it ranges from 0 to 2,...
10년 초과 전 | 0
답변 있음
Accessing Matlab data without MWArrays
You may find <http://www.mathworks.com/matlabcentral/answers/212766 this> post useful. Nalini
Accessing Matlab data without MWArrays
You may find <http://www.mathworks.com/matlabcentral/answers/212766 this> post useful. Nalini
10년 초과 전 | 0


