photo

reza


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
1 답변

순위
20,696
of 300,750

평판
2

참여
12 질문
1 답변

답변 채택
41.67%

획득한 표
1

순위
 of 21,073

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,837

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How should I specify a tab in a website to read with webread()?
Considering this web page: http://tsetmc.com/Loader.aspx?ParTree=151311&i=778253364357513 , that I like to read the contents of ...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Why do I get 0*1 cells?
I am trying to web scraping using this tutorial : https://medium.com/@roymilaniitd/web-scraping-to-extract-news-using-matlab-dd7...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


Undefined function or variable 'extractBetween'.
I use Matlab 2016 and when I try the following command I get this error: list = extractBetween(html,’<h3 class=”” title=’,’</a>...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to add a variable that is not shown in workplace to the workplace?
Sometimes I write some functions but I cant see some of my variables in workplace after I run the code! Why this happens and how...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How can I read some specific data from a web page
There is a website here (http://www.tsetmc.com/Loader.aspx?ParTree=151311&i=46741025610365786#), that each field of this table(s...

거의 7년 전 | 답변 수: 0 | 0

0

답변

질문


Mismatch between file and format string.
Hi there, I am trying to read the fifth column of attached .CSV file(from row 1377 to 1192) with this simple code: data = csvr...

거의 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to structure input data as what I need?
I have a text file with content like this: 35.921 M, 220,000, 48.509 M, 6.349 M, 54.052 M, 806,362, 41.018 M, 4.006 M, 41.564 M...

거의 7년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Supplied objective function must return a scalar value
I changed the following line of code: J = 1/m * ((-y * log(g)') - ((1 - y) * log(1 - g)')); To the following line of code:...

거의 7년 전 | 1

| 수락됨

질문


Supplied objective function must return a scalar value
I am trying to code a ML algorithm in Matlab. These are my different functions: sigmoid.m: function g = sigmoid(z) ...

거의 7년 전 | 답변 수: 2 | 0

2

답변

질문


How to convert Matlba's built-in functions to C/C++?
Hello I have Matlab R2016a, and want to know how can I convert Matlab built-in funcs to C/C++? I have tried "edit lpc" to se...

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

1

답변

질문


How can I specify the size of image I want to save?
Hi I am trying to save the image of my axes with this code : F = getframe(handles.axes3); image=frame2im(F); imw...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


How can I record,pause and keep recording with Matlab functions?
I am trying to record, pause, and record again an audio with this code, but it doesn't work true and only the last time I pu...

대략 11년 전 | 답변 수: 0 | 0

0

답변

질문


How can I read a .wav file and save it with other name by 2push buttons?
Hi I want to read a wave file by a push button and save as it with other push button with a new name, how can I do that? I d...

대략 11년 전 | 답변 수: 1 | 0

1

답변