Feeds
질문
Finding a character in a string?
so I have the following line of code: hashtag=lower(input('Which hashtag would you like information on?','s')); This p...
대략 12년 전 | 답변 수: 3 | 0
3
답변질문
How to compare strings and find most common values between them?
So I have a series of strings stored in a cell array, each of which occupies it's own element in that cell array, which for now ...
대략 12년 전 | 답변 수: 1 | 1
1
답변질문
Using pixels to find path of descent for rainwater
So I've been given a variable called "map" which is a matrix of heights in meters. It's a 100*100 matrix. I've used imagesc(m...
대략 12년 전 | 답변 수: 2 | 0
