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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
