Question


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; ...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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??

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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? ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 0 answers | 0

0

answers

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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'); ...

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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. ...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


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))^(...

meer dan 10 jaar ago | 2 answers | 0

2

answers

Question


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.?

meer dan 10 jaar ago | 3 answers | 0

3

answers

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 10 jaar ago | 1 answer | 0

1

answer

Question


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...

meer dan 10 jaar ago | 2 answers | 0

2

answers