Feeds
질문
How to find a sequence from a txt file?
I'm trying to identify a specific primer sequence from three different text files. I already have this code: clear; clc; % ...
거의 2년 전 | 답변 수: 2 | 0
2
답변질문
How to define initial conditions without getting an array error
I need to define some initial conditions but I keep getting an "Array indices must be positive integers or logical values" error...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can i calculate max correlation and time delay between two signals?
So, for my code, I am asked to calculate max correlation and time delay between two signals. I already calculated the max correl...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to solve error "Arrays have incompatible sizes for this operation?
I'm trying to calculate the standard deviation of noise but when i run my code its giving me an error. I need help please. this...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to fix problem with subplot and for loop
I'm having trouble plotting with subplot. I've been trying to plot multiple graphs since the variables I'm plotting have multipl...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
Plotting one value from a vector
I have a file where they give me a vector with multiple measurements (the vector is 100x500). I need to plot only one of thoes m...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
My vectors are not the same length
So, I'm working on a code for class and they're asking me to plot two variables that aren't the same length. My time vector is t...
2년 초과 전 | 답변 수: 1 | 0
