Feeds
質問
matlab in computer networks
anybody help me. i need material for matlab in computer networks or matlab in network hardware or some simulations? thanks
12年弱 前 | 0 件の回答 | 0
0
回答質問
explaining this code for matrix
anybody explain me this code if true A = randi(15,3) B=A; B(tril(B)>0)=nan; C=B(~isnan(B)); ...
12年弱 前 | 1 件の回答 | 0
1
回答回答済み
matrix 9x9 with duplicate values
i changed matrix to 4x4 and i sould received like solution duplicate above main diagonal nuber 4, i receive solution 3. why? ...
matrix 9x9 with duplicate values
i changed matrix to 4x4 and i sould received like solution duplicate above main diagonal nuber 4, i receive solution 3. why? ...
12年弱 前 | 0
| 採用済み
回答済み
matrix 9x9 with duplicate values
also, i need that duplicate values is printed, not how much duplicate values have?
matrix 9x9 with duplicate values
also, i need that duplicate values is printed, not how much duplicate values have?
12年弱 前 | 0
回答済み
matrix 9x9 with duplicate values
the searching need to work just on elements above main diagonal. your code search entire matrix
matrix 9x9 with duplicate values
the searching need to work just on elements above main diagonal. your code search entire matrix
12年弱 前 | 0
質問
matrix 9x9 with duplicate values
i have matrix C9x9 with duplicates. i must find duplicate above main diagonale. when i find first duplicate the searching stop a...
12年弱 前 | 6 件の回答 | 0
6
回答回答済み
plotting functions with range
yes, range in x values. my task is to explain why i use certain range for specific function
plotting functions with range
yes, range in x values. my task is to explain why i use certain range for specific function
約12年 前 | 0
回答済み
plotting functions with range
for first function i used range x=-1.6:0.1:1.6 >> f1=1-x-x.^2./(2+x)-x.^3./(3+x)-x.^4./(4+x); >> plot(x,f1) i receive picture...
plotting functions with range
for first function i used range x=-1.6:0.1:1.6 >> f1=1-x-x.^2./(2+x)-x.^3./(3+x)-x.^4./(4+x); >> plot(x,f1) i receive picture...
約12年 前 | 0
質問
plotting functions with range
before i make a question about syntax typing functions but now how plotting these functions, which range that i use? these three...
約12年 前 | 3 件の回答 | 0
3
回答質問
problem with plotting differential equation
i have differential equation y'+y*cos(t)=sin(t)*cos(t)+4. how i can solve this equation. i used p=dsolve('Dy+y*cos(t)=sin(t)*co...
約12年 前 | 1 件の回答 | 0
1
回答回答済み
syntax for plot functions
in second function <</matlabcentral/answers/uploaded_files/6474/function1.jpg>> when i type f2=sinh(x+1)+tan(x.^2)/tan...
syntax for plot functions
in second function <</matlabcentral/answers/uploaded_files/6474/function1.jpg>> when i type f2=sinh(x+1)+tan(x.^2)/tan...
約12年 前 | 0
質問
syntax for plot functions
i'm beginner in matlab. i try to type 3 functions and plot graphic for functions but i cannot do it. when i type x=0.15; f...
約12年 前 | 2 件の回答 | 0