Community Profile

photo

Linde


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Superimposing three images of different sizes
I am trying to superimpose three (or more) images. However, the image (/matrix) sizes are not the same, which is fine when using...

10 years ago | 2 answers | 0

2

answers

Question


arrays in loops, changing variable names (i.e. A{1}, A{2}, ...)
I'm trying to use arrays to store information in a different variable with each iteration in a for-loop. I used A{i}=edge(BW,...

10 years ago | 1 answer | 1

1

answer

Question


basic matlab help: mimes inner matrix dimensions must agree
>> R=2.5:0.01:4; >> S=(1+R+(R.^2)/3)*exp(-R); ??? Error using ==> mtimes Inner matrix dimensions must agree. >> J=exp(-2*...

10 years ago | 1 answer | 0

1

answer