Réponse apportée
Corrupted Microsoft Excel Macro-Enabled Workbook xlsm file
The answer depends, in large part, on how corrupted the workbook really is and where the corruption is located within the workbo...

presque 11 ans il y a | 2

| A accepté

Réponse apportée
Help, please , write Screen Keyboard in Matlab
You'll have to change the keyboard layout. There is a guide on how to do this here: <http://askludwig.com/2011/01/23/how-d...

presque 11 ans il y a | 0

Réponse apportée
Size problem after filtering
This happens because it only samples at the size of the NFFT. You could resample your data with the resample function. ...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Unit of enery after taking FFT of velocity data
It's still a velocity. If you do a continuous Fourier transform, you go from signal to signal integrated over time, which is sig...

presque 11 ans il y a | 1

Réponse apportée
How to plot a contourf without the lines
Hallo Nick, Een contour plot is letterlijk een "omlijning" plot, dus dat zou niet erg handig zijn ;)! Maar gelukkig zijn er ...

presque 11 ans il y a | 0

Réponse apportée
Write operation using Activexserver command
ws = wb.Worksheets.Item('sheetname'); Insert this before you put something in the sheet, that way it will in what sheet to ...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Is it possible to move subplot content?
I don't think it's possible to "move", it's possible to delete and replot though.. But that's not your question.

presque 11 ans il y a | 0

Réponse apportée
Using knnsearch to find nearest values ignoring NaN's
What you could do is: Lets say you have an array like this: A= [10 20 30 40 50 60 70 80 100] and the smaller array lik...

presque 11 ans il y a | 0

Réponse apportée
Keeping data imported from excel
This is how I load my excel sheets: excelsheet = uigetfile('.xlsx','Select a file'); [num,txt,raw] = xl...

presque 11 ans il y a | 0

Réponse apportée
hello..im hadi..im doing a tesis about car plate detection..
There is a good Vehicle number plate recognition project here: <http://www.mathworks.com/matlabcentral/fileexchange/40426-veh...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
can anyone help me to solve this issue ?
You'll have to install the latest version of .NET Framework! <https://www.microsoft.com/nl-nl/download/details.aspx?id=17851>...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
My username has been changed by company IT. This has resulted in Licence Manager Error 9. What can be done to remedy this situation?
The License Center allows an Administrator or Asset Manager to change the Licensed End Users associated to a license. To use the...

presque 11 ans il y a | 1

Réponse apportée
Color the particular row of the excel sheet
% Connect to Excel Excel = actxserver('excel.application'); % Get Workbook object WB = Excel.Workbooks.Open(fullfile(...

presque 11 ans il y a | 4

| A accepté

Réponse apportée
How to select 100 highest coefficient from Curvelet subband image
There are a couple ways you can do this depending on how you want to deal with repeated values. Here's a solution that finds ind...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Changing the name of the sheet in excel
You can use ActiveX directly from MATLAB: xlswrite('test.xls',1) % # create test file e = actxserver('Excel.Applicat...

presque 11 ans il y a | 13

| A accepté

Réponse apportée
saving within SPMD or parfor
Transparency is violated by the SAVE command because in general MATLAB cannot determine which variables from the workspace will ...

presque 11 ans il y a | 2

Réponse apportée
Why don't I have a Matlab license?
<http://nl.mathworks.com/support/install-matlab.html?q=category%253A%2522Activation%2522 http://nl.mathworks.com/support/install...

presque 11 ans il y a | 0

Réponse apportée
how to play videos using implay function in specific axes?
You have axes in your gui, let's say they are called axes1 (you can check the name of the axes by double clicking on it...

presque 11 ans il y a | 2

| A accepté

Réponse apportée
how to save a zone of figure as picture
im=imread('pout.tif'); imshow(im); h=imrect(gca); pos=wait(h); im2=imcrop(im,pos); imwrite(im2,'figurepart.bmp'...

presque 11 ans il y a | 0

Réponse apportée
How to find out if the Simulink Verification and Validation toolbox is installed?
v = ver; any(strcmp('Simulink Verification and Validation', {v.Name})) This will return 1 if the toolbox is i...

presque 11 ans il y a | 0

| A accepté

Réponse apportée
Error: Not enough input parameters
In your main function, before you call this function can you put this and post results? (Or whatever you called your variabl...

presque 11 ans il y a | 0

Réponse apportée
Mouse click to get location on Graph and position text
t = linspace(0,2*pi,50); y = sin(t); plot(t,y) %Plot anything here, can be an image aswellm, whatever. ...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
Combine two cell array of different dimension
A={1,2}; B={4,5,6}; C=cat(2,A,B) C = [1] [2] [4] [5] [6] 2 in cat is the direction you want to...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
how to get coordinate a point in 2d grid if i know the avg speed of that point
X=0; %Initial X position Y=0; %Initial Y position Xspeed=5; %Speed in X direction, times 60 if yo...

presque 11 ans il y a | 0

Réponse apportée
Bar series plot, transparent colors on the bars
They explain how to it on this website: <http://undocumentedmatlab.com/blog/plot-markers-transparency-and-color-gradient> ...

presque 11 ans il y a | 0

Réponse apportée
Where can I find Adaptive Control toolbox?
You can request a trial version here: <http://www.adaptivecontroltoolbox.com/AdaptiveControlToolbox/Trial_%26_Tech_Kit_Reques...

presque 11 ans il y a | 0

Réponse apportée
download test images for MATLAB
The test images are locates int his folder: C:\Program Files\MATLAB\R2013b\toolbox\images\imdemos (if you used to default ...

presque 11 ans il y a | 4

Réponse apportée
I want to know if I am calculating the results are right?
a='ttttttPPttttttPPNNNtttttt'; b='t6P2t6P2N3t6'; A=whos('a'); B=whos('b'); compression=B.bytes/A.bytes*100; com...

presque 11 ans il y a | 0

Réponse apportée
How can I sort Images ?
norma=[1.087,0.047,0.35] n=norma' a=magic(3) b=cat(2,a,n) c=sortrows(b,4) c(:,4)=[]; Should do the job! of...

presque 11 ans il y a | 0

Réponse apportée
How am I to generate random numbers with exponential distribution applied?
pd = makedist('Exponential','mu', 0.2); r=0.5+random(pd) but this gives you values with 0.5 + a random number if you wan...

presque 11 ans il y a | 0

| A accepté

Charger plus