Community Profile

photo

KAPIL JADHAV


Last seen: nästan 2 år ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Image processing using Matlab
Hello, I have one landscape panorama image. First, I have to convert into balck and white image. then, i have to distinguish i...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How to save file on chosen path in app designer?
I have created app to generate sine wave and now I want to save data entered for to generate sine wave in csv file. then i have...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How to add two vectors using for loop? i have to do addition of A and B using for loop.
A = [7 21 30 40]; B = [11 4 14 6]; for i = 1:size(A,1) for j = 1:size(B,1) D = A + B end end

mer än 4 år ago | 1 answer | 0

1

answer