Answered
Why accessing to table is slower than accessing to struct?
So, I could see in your code that for the second time measurement you also included the line message=struct2table(messageStru...

4 years ago | 0

Answered
On a mac I get a error detected while installing sl_sequence_diagram_viewer_commons
For Installation related issues, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

5 years ago | 0

Answered
Matlab is not starting in ubuntu 18.04
For Installation related issues, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

5 years ago | 0

Answered
download error during installation
For Installation related issues, please reach out to Mathworks Support: www.mathworks.com/support/contact_us/

5 years ago | 0

Answered
How to install the Communication USRP Surpport package after downloading the "archieves" in an offline computer?
Please go through the following link on How to Install a Support Package on an Offline Machine: https://in.mathworks.com/matlab...

5 years ago | 0

| accepted

Answered
gTruth files not loading if generated from previous release of MATLAB?
This is a known issue and it has been fixed with an update, please refer the following link for more details: https://in.mathwo...

5 years ago | 2

Answered
Installation of MATLAB in MAC
Please refer to the following link and follow the instructions given: https://in.mathworks.com/matlabcentral/answers/92634-why-...

5 years ago | 0

Answered
short cut COV applied with complex numbers
From your description, it's a bit unclear on how you want to implement these formulae on matrix A. cov(A) returns the covariance...

5 years ago | 0

Answered
Issue Timing Data in matlab mobile sensors
Is there a fundamental issue with acquiring quality timing information from a cell phone that i should be aware of ? Yes, the m...

5 years ago | 2

Answered
How to clear mobiledev?
The following command will help you: clear m; Hope this helps!

5 years ago | 0

Answered
How to get DataIndex array out of cursor_info?
You can get the array by using the following command :- A = [cursor_info.DataIndex] Hope this helps!

5 years ago | 0

| accepted

Answered
How can I plot the first 2 columns from a .csv file when the user selects an option from a pop menu
Use the readmatrix function rather than strsplit. This may help you :- % --- Executes on button press in pushbutton1. functi...

5 years ago | 0

| accepted

Answered
Change the visibility flag of a picture inside a Simulink mask via command window
You can set all the Mask properties using the Simulink.Mask class object from the command line. Use these links for Simulink.Mas...

5 years ago | 0

Answered
Hey i kinda need help vectorizing the line below. Mod_normal is a scalar while P1, P2, P3, Prime are points in [xyz] format.
I think the code which you have provided runs pretty fast and only changes in your code would be to use the in-built functions s...

5 years ago | 0

Answered
money.net other historical data for matlab
Considering that you can import the data into an Excel file (using the Excel Add-in you mentioned), you can import the data into...

5 years ago | 0

Answered
How can I pass buses to referenced model?
From your question I am assuming that currentCtrlOut is the output from the referenced model and I think that currentCtrlOut var...

5 years ago | 0

Answered
Programming a bit pattern to the function generator
I understand that you want to generate a random 60-bit pattern at a frequency of 86kHz, the following code gets you the required...

5 years ago | 0

Answered
Is there a way to export/save a matlab 3D figure so that a 3rd party can view it with the rotation enabled without using Matlab?
You can use the Application Compiler in MATLAB to build a standalone application, which ensures that the 3rd party (who doesn’t ...

5 years ago | 0

Answered
How to model a switch to charge/discharge a battery and/or supercapacitor equivalent circuit.
I understand from your question that you want to implement a switch that can be controlled using voltage/time threshold and in t...

5 years ago | 2

| accepted

Answered
Matlab 2018b mex can't find compiler, with Xcode 11 beta installed on Mac Mojave 10.14.5
Xcode 11 beta is not supported in R2018b version of Matlab. For a list of supported compilers in R2018b,please refer to the link...

5 years ago | 0

Answered
Generate Report - Using imshow
That error is thrown by the mlreportgen as you have closed the Fig1(line 48: close(gcf);), you can remove the error by not closi...

5 years ago | 1

| accepted

Answered
Stop user from dragging off data in uiaxes, set 'Restore View' Properly
I understand from your question that you either want to autoscale the axes limits (or) want to disable the interactivity of the ...

5 years ago | 0

Answered
apply mass spring damper pid
I understand that you want to execute real time input/output using your Simulink model. You can do that by browsing in the Simul...

5 years ago | 0