Answered
Why I keep getting data type mistmatch?
I can see that you’ve added a “Data Type Conversion” block in “Hysteresis Controller1”. However, the error shown in the Diagnost...

ongeveer een jaar ago | 1

| accepted

Answered
How can I use geoplot function in Simulink?
Hello Reza I understand that you would like to run a script, that uses “geoplot”, from your Simulink model. If you have trie...

ongeveer een jaar ago | 0

| accepted

Answered
How to access a cell array in a function from inside a separate class
Hi Thomas It is my understanding that you’d like to modify the “plants” cell array from within the “move” method of your “Anima...

meer dan een jaar ago | 0

Answered
To scan a 1k dimensional matrix, parallel for is faster than simple for loop?
Hey Zahra For a matrix of size 15k x 10 x 1k, using parallel computing with "parfor" can potentially speed up the iteration pro...

meer dan een jaar ago | 0

| accepted

Answered
Calling python scripts from Matlab and go to the next line without waiting
Hi Paolo It is my understanding that you want to run your python script in a non-blocking fashion. You can achieve this by perf...

meer dan een jaar ago | 0

Answered
Convert a table in a pdf to a MATLAB cell structure
Hi Charles Your question seems very similar to one I've answered recenlty. Please have a look at this answer. Hope this help...

meer dan een jaar ago | 0

Answered
How to extract from a PDF a table that contains empty cells, and then, how to rebuild it as a Matlab table (or cell array)?
Hi Sim From the example you’ve presented it is clear that you’re trying to read a table from a PDF but the empty cells are caus...

meer dan een jaar ago | 1

| accepted

Answered
Simulink running with inputs like a MatLab function without using workspace
Hi George, It is my understanding that you would like to input constants into your Simulink model without having access to the...

meer dan een jaar ago | 0

Answered
How to commit a change with both "message" and "description" with source control in MATLAB to github?
As per my understanding, you’d like to draft a comment that contains a message and description that is identified by GitHub. ...

meer dan een jaar ago | 1

| accepted

Answered
Find model references within model references
It is my understanding that you would like to get the path names of a particular model reference in your large Simulink model. ...

meer dan een jaar ago | 0

Answered
How to combine a geoscatter and geobubble plot
From what I can see, you had initially tried to represent two different parameters using bubble colour and size, respectively. ...

meer dan een jaar ago | 0

Answered
how to create a mathematical working model for a 3 phase induction motor?
As per my understanding you would like to create a model to simulate a 3-phase induction motor. This can be done using the Thre...

meer dan een jaar ago | 1