photo

Vineet


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

3 질문
3 답변

순위
11,276
of 300,392

평판
4

참여
3 질문
3 답변

답변 채택
66.67%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Finding solution of a complex equation
Since a plot is all you require, initially assign zero to teta. After that, run a loop from 0 to 35 with an interval of 0.1. ...

12년 초과 전 | 0

| 수락됨

답변 있음
I need to draw 3 circles on retinal images for classification.Can we draw circles of required radius using matlab program?.
Use the following command: pdecirc(xc,yc,radius) specify the center of the circle in xc and yc.

12년 초과 전 | 0

답변 있음
how to convert numstrng to integers and take lcm
You can put all the numbers in an array and take LCM of 2 numbers at a time. Say, you begin with the LCM of the first and the...

12년 초과 전 | 0

질문


Code for text mining through Bayes Classifier?
I am looking for an example of text mining problem through Bayes Classifier. The problem under consideration is analyzing news t...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Stock market prediction using Neural Networks.
I'm using a neural network under supervised learning mode and I aim to predict the Buy, Sell or Hold Signals for future values. ...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to provide training data to the neural network?
I created a feed forward neural network using the newff function. The code is below: net=newff(P,T, [5 5], {'tansig', ...

12년 초과 전 | 답변 수: 1 | 0

1

답변