Community Profile

photo

reza


Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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>...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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:...

etwa 5 Jahre vor | 1

| akzeptiert

Frage


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) ...

etwa 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort