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