Community Profile

photo

Chuck


Texas Tech University

Aktiv seit 2016

Followers: 0   Following: 0

Kontakt

Statistiken

  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Elementwise Multiplication (Dot Multiplication) of Matrices
I am an instructor of MATLAB at a university. And we traditionally taught that for element-wise multiplication to work, both dim...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I retrieve data from an histogram?
In newer versions of MATLAB, all you need to do is: counts = h.Values This will give you the number of values in each bi...

mehr als 6 Jahre vor | 5

Beantwortet
Single quotes around dataset elements in 2017a?
That is what I thought too. But it is not that (or I'm missing something). If you look at the attached photo, the city name in t...

fast 7 Jahre vor | 0

Frage


Single quotes around dataset elements in 2017a?
<</matlabcentral/answers/uploaded_files/80424/quotes.PNG>> In MATLAB 2017a, when I load a dataset, say, cities.mat, all the c...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Random Number Generation for Parallel Computing Toolbox
It does work with Parallel Computing Toolbox. Just add rng("shuffle") after the parfor line. It might be because your versio...

fast 8 Jahre vor | 0

Beantwortet
random number generation initial state
It is extremely unlikely if you are using rng("shuffle"). Practically, you should not get the exact same seed.

fast 8 Jahre vor | 0

Beantwortet
Problem with rng shuffle
I have noticed this too. Even if you do not shuffle in every generation and shuffle it once, it will be slower than rng("default...

fast 8 Jahre vor | 0

Beantwortet
How can I programmatically control mouse motion and clicks with MATLAB?
Unfortunately, this is one area that MATLAB is behind other alternatives, such as Python. If you know how to code in Python, you...

fast 8 Jahre vor | 0

Frage


How to post on Facebook using MATLAB?
Hello, I am working on a automatic post generator for a Facebook page I have. I am reading from a website and trying to post ...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to get the account username using MATLAB?
Found it! :) It's extremely straight-forward. Let me post it here for those who are struggling to find: getenv('username'...

etwa 8 Jahre vor | 8

| akzeptiert

Frage


How to get the account username using MATLAB?
I am talking about the username, not the host or computer name. For instance, if you are working on Google Drive, your Drive fol...

etwa 8 Jahre vor | 3 Antworten | 1

3

Antworten