Pregunta


can used for loop to solve this problem?
I am have this code d=1:1:33; E_0=8.854*1e-9; %(F/mm) E_r=1; E=(E_0*E_r).*ones(111,34); E(2:5,d)=10*E_0; ...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


If Iam have more than two function let me said five function ,how can plot it in same figure?
If Iam have more than two function let me said five function ,how can plot it in same figure? y1=function y2=function y3=fu...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Plotting two(function) curve in same figure?how?
can Iam plotting two(function) curve in one figure?how? y1=function y2=function x=1:1:40 plot(x,y1) plot(x,y2) in sam...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can plot error with number of iteration?
when used (while loop) as stopping condition of process ,we specified the value of error may be 0.001 or 0.00001 if I have n...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I multiplying signal by window
I am have signal ,how can multiplying it by window,(any type of windows ) ? to get signal without distortion??

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


circshift() one number ,in each iteration?
can I am do shifting the number A(2,1) of matrix (A) ,one times in each iteration,('iter=0' ,iter=iter+1)? how can do that? ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How give B(10,20) of matrix B black color?
How can I am give B(10,20) of matrix B black color? when using mesh(), or surf(),to plot matrix B

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


mesh plot? surface plot? and colors of its?
can I am Coloring one square of mesh with distinguishing color ? how?

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Results in workspace ? can I am reusing it again ?
I want taking matrix (result) from workspace to M-file to applied on it other calculations ? i.e taking this matrix as ini...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


can I abbreviationv these steps to few steps?
v_now=zeros(111,34); v_now(1,2:33)=100; v_now(6,14:21)=100; v_now(5,2:5)=0; v_now(5...

alrededor de 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


can I am shifting specific number in matrix ?
can I am shifting specific number in matrix A with size (50*50) e.g A(14,14) can i shift this number horizontal from i=1:50, w...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I stop this error?
this is code of my equation getting from you. Z = zeros(size(W1)); kernel = [Z, W1, Z; W3, Z, W4; Z, W2, Z]; filtered = c...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


OK, this is true ?multiplying scalar 'k' by matrix 'v'
such as Z = zeros(size(W1)); kernel = [Z, W1, Z; W3, Z, W4; Z, W2, Z]; filtered = conv2(vk, kernel, 'same'); ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what is thing must I do?? to pass this error?
??? Error using ==> horzcat All matrices on a row in the bracketed expression must have the same number of rows. ...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Is this expression true?
D(i, j)=45.6*10^(-32) If not true,what modification must I do?

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what is kernel?what is Real-Time Windows ?????????????/
what kernel? did kernel installed in matlab by default or i must install it manually ???????/

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can i write this equation in matlab ??????
(v(i,j))^(k+1)= (1-ω)(v(i,j))^(k)-ω[(W1(i,j)(v(i+1,j))^(k)+ W2(i,j)(v(i-1,j))^(k+1)+ W3(i,j)(v(i,j+1)^(k)+ W4(i,j)(v(i,j-1))^(...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how can i do this summation
I have two summation ,a=0 to a=m+1 and b=0 to b=n+1,where m=100,n=50.?

alrededor de 12 años hace | 3 respuestas | 0

3

respuestas

Pregunta


what the difference between run and debug????
when I am used debug get same effect of run????????????

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can stopping run matlab program when i am need this stop
when run long time ,how stop it

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


where is the wrong in this equations between for loop
clear clc w=1.8; n=111; m=33; hx= 4/32 ; %space betweem nodes in x directi...

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas