Feeds
제출됨
Extended standard Matlab jet color palette
Standard Matlab jet color palette extended to black (minimal) and white (maximal) ranges.
7개월 전 | 다운로드 수: 2 |
질문
Calculate R,G,B components from given a,b values of CIE L*a*b* color space
I need to calculate a map, which I call RGB spectrum of some image. It is number of image pixels that appears for each of unique...
3년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
Finding a specific colour within a picture.
>Yeah, just as I thought. I'm almost certain that what you asked to do is not what you really want to or need to do. Sure, it ...
Finding a specific colour within a picture.
>Yeah, just as I thought. I'm almost certain that what you asked to do is not what you really want to or need to do. Sure, it ...
3년 초과 전 | 0
답변 있음
Assign files' handles after plot them
I have found answer: figHandles = findall(0,'Type','figure'); savefig(figHandles,'AllFigs.fig');
Assign files' handles after plot them
I have found answer: figHandles = findall(0,'Type','figure'); savefig(figHandles,'AllFigs.fig');
3년 초과 전 | 0
| 수락됨
질문
Assign files' handles after plot them
Hello, I have several plotted figures and I'd like to save set of them into sinlge file. Help seach shows that this is possib...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
3D data non-transparent presentation
There is a X,Y,Z rectangular matrix M partly filled by the non-zero numerical data. There is a direction of view, along X, or, Y...
대략 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
how to save figures without margin?
Try: axis off; % If you have axis titles, labels, etc. set (gca,'Position',[0 0 1 1]); ...
how to save figures without margin?
Try: axis off; % If you have axis titles, labels, etc. set (gca,'Position',[0 0 1 1]); ...
거의 5년 전 | 0
| 수락됨
답변 있음
how to do image transformation using distortion algorithm?
Thanks a lot, Image Analyst for your code and information. It is very related to my current project: I need to process microscop...
how to do image transformation using distortion algorithm?
Thanks a lot, Image Analyst for your code and information. It is very related to my current project: I need to process microscop...
거의 5년 전 | 0
질문
What is the last Matlab version, which supports Parallel Port adapter?
What is the last Matlab version, which supports LPT (Parallel Port) adapter?
거의 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
how to do image transformation using distortion algorithm?
@ImageAnalyst, thanks for your demo, it is clear and shows main principle of distortion compensation. I need to realize such com...
how to do image transformation using distortion algorithm?
@ImageAnalyst, thanks for your demo, it is clear and shows main principle of distortion compensation. I need to realize such com...
거의 5년 전 | 0
질문
Text inside image file
Many formats of image files like jpg, png, tiff enable to read/write inside binary file information some comments, captions (so ...
거의 5년 전 | 답변 수: 2 | 0
2
답변답변 있음
Can the vertical axis of a plot be configured to have log log scaling?
LL = log10(viscosity); semilogy(x,LL); ??
Can the vertical axis of a plot be configured to have log log scaling?
LL = log10(viscosity); semilogy(x,LL); ??
대략 5년 전 | 0
질문
Matlab and step motor drivers?
Among other, one of the most valuable Matlab properties is possibility to control of step motors. Searching Matlab Answers I ...
대략 5년 전 | 답변 수: 0 | 0
0
답변답변 있음
Where is Solution 1-5LI90A?
Thank you, Steven Lord and Walter Robertson, for your answers. Situation is clear.
Where is Solution 1-5LI90A?
Thank you, Steven Lord and Walter Robertson, for your answers. Situation is clear.
대략 5년 전 | 0
질문
Where is Solution 1-5LI90A?
In previous versions of Data Acquisition Toolbox communication with LPT port was followed by next warning: Warning: This Para...
대략 5년 전 | 답변 수: 2 | 0
2
답변답변 있음
MCC support for MatLab 2014a
While continuing my attempts to fix problem, I have exchanged section of mwmcc.ini file deals with PMD-1208FS by one, proposed i...
MCC support for MatLab 2014a
While continuing my attempts to fix problem, I have exchanged section of mwmcc.ini file deals with PMD-1208FS by one, proposed i...
거의 6년 전 | 0
답변 있음
MCC support for MatLab 2014a
Thank you Walter for your reply and advises. Second reference contains attached mwmcc.ini file. My device PMD-1208FS is listed ...
MCC support for MatLab 2014a
Thank you Walter for your reply and advises. Second reference contains attached mwmcc.ini file. My device PMD-1208FS is listed ...
거의 6년 전 | 0
| 수락됨
질문
MCC support for MatLab 2014a
In following site: https://www.mathworks.com/matlabcentral/answers/325269-measurement-computing-data-acquisition-devices-suppor...
거의 6년 전 | 답변 수: 3 | 0
3
답변질문
rotation of 4D data
I have XYZ matrix of some intensity V space distribution and I need to rotate it. Values of V are placed in each voxel of XYZ m...
거의 6년 전 | 답변 수: 0 | 0
0
답변질문
Audiorecorder for 4 channels?
With "winsound" adapter I have measured 4 channels from 2 soundcards, but when I try to do the same with audiorecorder, I have ...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Names of variables?
Is it possible inside function to know the names of variables, which are used during call of this function? How to pass them ins...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
How to disable GUI M-file with the same name as FIL file
Hi everybody. I have created GUI, using guide and saved it in FIG figure file. While saving this figure, M-file with the same,...
6년 초과 전 | 답변 수: 3 | 0
3
답변질문
Keyboard, Mouse shortcuts and Matlab
Hello. I need to control two different applications: to obtain some data in clipboard in one application, then to process those...
6년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
How to obtain information from handle structure?
Dear Walter I have realized workflow you have proposed, it works excellent. I have to tell you that this was not the first...
How to obtain information from handle structure?
Dear Walter I have realized workflow you have proposed, it works excellent. I have to tell you that this was not the first...
거의 7년 전 | 0
질문
How to obtain information from handle structure?
Hi everybody, I have following situation function outParameters = Main(inParameters) ... Doing something ... h ...
거의 7년 전 | 답변 수: 2 | 0
2
답변답변 있음
LPT port and Solution 1-5LI9OA
To solve this problem, run Matlab in Win XP (SP3) compatibility mode
LPT port and Solution 1-5LI9OA
To solve this problem, run Matlab in Win XP (SP3) compatibility mode
거의 7년 전 | 0
질문
How to find previous users forum?
Users forum was very useful and convenient source of knowledge. Where is it now? Please provide link to it, I can't find it.
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to use different markers for different X,Y pairs?
I'd like to have separated (X,Y) points, marked by different markers and legend that describes those points. When I use plot(x1,...
8년 초과 전 | 답변 수: 3 | 0
3
답변답변 있음
How to avoid "Timeout waiting for OBJ to stop."
Perhaps my experience will be useful for somebody who met such a problem. To correct it I have changed many parts of computer...
How to avoid "Timeout waiting for OBJ to stop."
Perhaps my experience will be useful for somebody who met such a problem. To correct it I have changed many parts of computer...
10년 초과 전 | 0
| 수락됨
질문
How to avoid "Timeout waiting for OBJ to stop."
I have a problem with acquisition of data from soundcard under Win7/32 with Data Acquisition Toolbox and Matlab 7.12.0. Data ...
대략 11년 전 | 답변 수: 1 | 0