Tina
Followers: 0 Following: 0
Feeds
답변 있음
sum between row in matrix
Try using this for i = 1 : graph.n for j = 1: graph.n graph.n=10' graph.edges = zeros( graph.n , graph.n ); A(i,:) =...
sum between row in matrix
Try using this for i = 1 : graph.n for j = 1: graph.n graph.n=10' graph.edges = zeros( graph.n , graph.n ); A(i,:) =...
거의 3년 전 | 0
| 수락됨
답변 있음
Show the mean and standard Deviation values of each cell array member
Hi there! You did made a for loop but you are not using k anywhere in code except for origin flights. If we assume that your d...
Show the mean and standard Deviation values of each cell array member
Hi there! You did made a for loop but you are not using k anywhere in code except for origin flights. If we assume that your d...
거의 3년 전 | 0
| 수락됨
답변 있음
matlab fft function and its window type
if you are not specifying any window then it uses rectangular window as default
matlab fft function and its window type
if you are not specifying any window then it uses rectangular window as default
대략 3년 전 | 0
| 수락됨
답변 있음
Would this possible to do ? *Figures attached*
from what i see,your data is showing peaks with length higher than 0.6 you can change the min height of peaks and try to locat...
Would this possible to do ? *Figures attached*
from what i see,your data is showing peaks with length higher than 0.6 you can change the min height of peaks and try to locat...
대략 3년 전 | 0
답변 있음
Beginner in using MATLAB,which basics toolboxes i need
Image processing toolbox for dicome and nifti You can see this link too <https://www.mathworks.com/matlabcentral/fileexchange/...
Beginner in using MATLAB,which basics toolboxes i need
Image processing toolbox for dicome and nifti You can see this link too <https://www.mathworks.com/matlabcentral/fileexchange/...
대략 3년 전 | 0
답변 있음
how can i truncte a matrix?
if you have 51*500 try doing a=zeros(51,500) b=a(:,1:71) and if you have 500*51 a=zeros(500,51) b=a(1:71,:)
how can i truncte a matrix?
if you have 51*500 try doing a=zeros(51,500) b=a(:,1:71) and if you have 500*51 a=zeros(500,51) b=a(1:71,:)
대략 3년 전 | 0
질문
Load and display bitmap file using Fread
Bmp files have header usually of 54 bytes.How can i get rid of it to display my bmp by using fread.i tried by following code.but...
대략 3년 전 | 답변 수: 2 | 0
2
답변질문
Read the Header of bitmap
Hi can anyone guide me how to open a bitmap or bmp file *header* ? I have opened in hex editor but I need to open it by using ma...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
Sttopping the iteration at a certain value
HI! I have a vector length of 0:0.1:1 and ineed iteration according to this vector length. I have done this part now i need...
4년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
How to design a FIR Filter
not sure about rc filter but FIR and butterworth filter can be designed by the help of built in function fir1,Filter. b = fir1(...
How to design a FIR Filter
not sure about rc filter but FIR and butterworth filter can be designed by the help of built in function fir1,Filter. b = fir1(...
거의 5년 전 | 0
질문
HOW TO APLLY FILTER ON A SIGNAL
So basicalyi have to apply a 10th order (hamming window) band passfilter on a signal.I have designed the filter but unable to ap...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
Comparision of a matrix to a value
I want to compare values of a matrix of 4 by 3 dimension for example a=[7 8 8 ;5 3 2 ;1 2 3;7 6 5] to a 1by1 matrix b=[ 5...
대략 5년 전 | 답변 수: 1 | 0