Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Simulink


                                                         MATLAB Free Courses

Simulink Books:





Simulink Models


MATLAB Simulink from Basics 

7 comments:

  1. I need NURBS Surface heat transfer problem by collocation method MATLAB program plz help me

    ReplyDelete
    Replies
    1. Please mail us your complete problems: castorclasses2014@gmail.com

      Delete
  2. I NEED EXPLANATION FOR THE BELOW CODE

    img=imread(filename);
    [r,c,n] = size(img);
    if n > 1
    im=rgb2gray(img);
    else
    im=img;
    end

    tic,
    a=1;
    figure,imshow(img), title('processing Image')
    for j=1:overlapp:(c-mtx_cal)+1
    for i=1:overlapp:(r-mtx_cal)+1

    sondos(a).block=im(i:i+mtx_cal-1,j:j+mtx_cal-1);
    sondos(a).position=[i j];
    sondos(a).index=a;
    a=a+1;
    end
    end

    ReplyDelete
  3. bus2=[10,0.2,60];
    bus3=[20,0.5,50];
    for i=1:3
    filename = ['bus', num2str(i)];
    x(i)=filename(3);
    FE(i)= abs(50.23333-filename(3));
    End
    for each iteration filname becomes bus1, bus2 and bus3 then I want to make each values of filename again variable sothat bus1(3) = 50
    the answer that I want to be as follows
    X=
    50
    60
    50
    FE=
    0.23333
    10.23333
    0.23333

    ReplyDelete

Popular Posts