Question


dimension mismatch error in matrix.?
A = [1 2 3;3 4 5;5 6 7] B = [4 5 6;6 7 8;7 8 9] For I = 1:3 C(:,I) = [A(:,2*I-1) B(:,2*I)] end I want C as a matrix ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


How to solve error for Non-cell array object.?
I have one matrix " *1350x1800x3 double* " value named *ret* When i run *im_desat = ret{1};* it shows error Cell contents ...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Question


How to do this without blkproc function..?
B = blkproc(I,[8 8],'P1*x*P2',T,T'); B2 = blkproc(B,[8 8],'P1.*x',mask); % I have this code.. %I want to ...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


Why this program generates error..?
function out_put = program(in_put,block_size) X=imread(in_put); Y=imfinfo(in_put); K=block_size; X...

meer dan 9 jaar ago | 1 answer | 0

1

answer

Answered
Trying to create exe from GUI..
Thanks a lot. It works.. I created exe and it runs well..

meer dan 9 jaar ago | 0

Question


Trying to create exe from GUI..
https://www.youtube.com/watch?v=Ke599czEmxU I have seen this video and created exe from GUI.. when i try to install it afte...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


How to plot cirlces around this spots..?
<</matlabcentral/answers/uploaded_files/16355/image.jpg>> I have this image of blood cells. I want to draw circles around i...

meer dan 9 jaar ago | 2 answers | 0

2

answers

Question


Can anyone help for MATLAB version..?
Hello, I am doing my dessertation in power system . Some of part i require from this topic.. "Energy Management Sche...

bijna 10 jaar ago | 2 answers | 0

2

answers