photo

NANDHU BINOY


CUSAT

Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
0 Answers

Cody

0 Problems
2 Solutions

RANK
211,134
of 301,428

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,271

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
94,672
of 174,497

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


How can I solve this error? "Subscripted assignment dimension mismatch"
clc; close all; clear all; faceDatabase=imageSet('Database','recursive'); figure; montage(faceDatab...

10 years ago | 1 answer | 0

1

answer

Solved


Add two numbers
Given a and b, return the sum a+b in c.

10 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 years ago

Question


An error " Subscripted assignment dimension mismatch" on line ' features(i,:)=extractHOGFeatures(img,'CellSize',cellsize);' what might be the problem for the given code?
clc; close all; clear all; DatabaseDir=fullfile(toolboxdir('vision'),'elephants','dataset'); TestDir=fullfile(tool...

10 years ago | 1 answer | 0

1

answer

0

answers

Question


How can I identify a particular animal from its thermal image using matlab?
I want to identify whether its a particular animal(intruder) via a camera.

10 years ago | 0 answers | 0

0

answers