Réponse apportée
ODBC TO WEB SERVICE CONNECTION
You have two options # You can call the .Net libraries from matlab ( <http://in.mathworks.com/help/matlab/using-net-libraries...

presque 10 ans il y a | 1

| A accepté

Réponse apportée
Porous media reconstruction using a single 2D image
<https://www.mathworks.com/matlabcentral/fileexchange/58213-2d-3d-specific-surface-of-porous-media-using-2d-images 2D/3D specifi...

presque 10 ans il y a | 0

| A accepté

Réponse apportée
What causes [Fatal Error] : 9:10: Content is not allowed in trailing section?
<http://in.mathworks.com/matlabcentral/answers/92146-why-do-i-receive-an-error-when-i-invoke-a-new-editor-session-in-matlab-7-6-...

presque 10 ans il y a | 0

Réponse apportée
is there a way to embed a GUI interface on a webpage?
<http://in.mathworks.com/help/matlab/ref/publish.html here> you can see the documentation of generating HTML view of matlab scri...

presque 10 ans il y a | 0

Réponse apportée
How to remove white background from image
refer <http://in.mathworks.com/matlabcentral/answers/155976-how-to-remove-background-from-an-image here> for related discussions...

presque 10 ans il y a | 0

Question


Any one give me an example for false output in ismatrix.
I wondering if anyone point out a input which gives *false output for ismatrix*

environ 10 ans il y a | 2 réponses | 2

2

réponses

Réponse apportée
When I run this code in Matlab, the command window say this: Undefined function 'VAR_OLS' for input arguments of type 'double'. Error in Q2 (line 29) [AR_3d,Chol_Var] = VAR_OLS(Z,pp,1,[]);
Make sure that file "VAR_OLS" is available in your working directory

environ 10 ans il y a | 0

| A accepté

Réponse apportée
How to create a multi-dimensional cell?
d=200; for itr=1:d result{itr}='normpdf(0,1)'; end

environ 10 ans il y a | 1

Réponse apportée
How to find all possible combination of a digits between first and last digits?
This is not the exact answer.But surely this will give you a idea for i=2:5 am=combntns(1:5,i); ...

environ 10 ans il y a | 0

Réponse apportée
How to retrieve stock data at a specific time on a specific day?
<http://in.mathworks.com/help/datafeed/yahoo.fetch.html#bt8xt87-1 data for the requested date.>, <https://www.mathworks.com/matl...

environ 10 ans il y a | 0

Réponse apportée
Audio/signal processing
<https://in.mathworks.com/matlabcentral/answers/115310-matlab-code-for-calculating-the-centre-frequency-of-a-signal MATLAB code ...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Using a neural network made with MATLAB toolbox in LabView?
MATLAB® DataPlugin allows you to work with matlab files in Labview .Click <http://www.ni.com/example/29178/en/ here> for more de...

environ 10 ans il y a | 0

Réponse apportée
waitbar color, 2016a is broken red; how to set to older continuous green?
<https://in.mathworks.com/matlabcentral/answers/101667-how-do-i-change-the-color-of-the-bar-in-a-waitbar-in-matlab-7-5-r2007b wa...

environ 10 ans il y a | 0

Réponse apportée
dbhole.mat contains 334 files and each file contains data of[2xn]. I want that how many 'h'(i.e h1,h2 etc) are in each 'd' (i.e d1,d2, etc)
Below approach may solve your problem load dbhole nfile = struct2cell(whos) ret = nfile(1,1:end) Refer <http://in....

environ 10 ans il y a | 0

Réponse apportée
how I can import data file in genetic algorithm through Matlab
The below steps will guide you * Identify the File format * Read the file to import the data from file to matlab workspace <...

environ 10 ans il y a | 0

Réponse apportée
importing excel file time format
<http://in.mathworks.com/matlabcentral/answers/102106-why-does-the-date-format-change-in-matlab-using-xlsread-in-matlab-7-1-r14s...

environ 10 ans il y a | 0

Réponse apportée
HOW TO PLOT TABLE AND GRAPH
plot(data)%data is a 4x12 matrix excel data set(gca,'xticklabel',{'Jul-15','Aug-15','Sep-15','Oct-15','Nov-15','Dec-15','Ja...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Simbiology Desktop Activate Reaction Using Event
Refer <http://in.mathworks.com/matlabcentral/answers/152864-triggering-events-in-simbiology-toolbox here> for related discussion...

environ 10 ans il y a | 0

Réponse apportée
how to open another gui from existing gui using push button ?
Refer the link <http://in.mathworks.com/matlabcentral/answers/273995-i-have-two-gui-in-matlab-and-i-want-to-make-gui-that-have-t...

environ 10 ans il y a | 2

| A accepté

Réponse apportée
How can save an image without matlab altering any of the images's property
* Read the image using imread * ex. I=imread('test.jpg'); * Now the image pixel values available in the variable I * Otherwis...

environ 10 ans il y a | 2

Réponse apportée
How to compare similar lines of two text files
<http://in.mathworks.com/help/matlab/ref/visdiff.html Compare two text files>

environ 10 ans il y a | 0

Réponse apportée
Hi I hope are well, I am making a serial interface for communication between C and matlab Pic by Proteus, but I get this error because it can be?
* The variable 'c'not having even a single element * Make sure that 'c' receive the signal from Pic

environ 10 ans il y a | 0

A soumis


WIRELESS SENSOR NETWORK SIMULATOR
Communication through base station from nodes

environ 10 ans il y a | 3 téléchargements |

3.7 / 5
Thumbnail

Réponse apportée
The colums in my workspace are too small
You have to change the default array format. * Preferences. -->Variables.--Default array Format-->long-->apply

environ 10 ans il y a | 0

Réponse apportée
How to convert multiple binary image into one column each image?
Normally some feature are extracted from the images. And that feature values considered as input of pattern recognition <http:...

environ 10 ans il y a | 1

Réponse apportée
how to define what a function is doing
* Your function has two return variables(sol,val). * But you have assigned value for only one variable(val = cc) * The error m...

environ 10 ans il y a | 0

Réponse apportée
how do i send a stored array through udp from one pc to another??
<http://in.mathworks.com/matlabcentral/newsreader/view_thread/165759 here> you can find the working code with detailed dscussio...

environ 10 ans il y a | 0

| A accepté

Réponse apportée
How to apply fprinf for matrix
%example code s = rand(10,3); fileID = fopen('a.txt','w'); for i=1:length(s) fprintf(fileID,'%g\t%g\t%g ...

environ 10 ans il y a | 2

Réponse apportée
how to distribute a matrix?
<http://in.mathworks.com/help/stats/gamma-distribution.html Gamma Distribution> gamrnd(10,5,100,1)

environ 10 ans il y a | 0

| A accepté

Réponse apportée
Output to file not working correctly
fprintf(fid,'%g\t',feat(1,ii),feat(2,ii),sc,th(ii)); %replaced by fprintf(fid,'%g\t%g\t%g\t%g\t',feat(1,ii),feat(2,ii),sc,t...

environ 10 ans il y a | 0

Charger plus