matlab

Experience With Chatbots Generating MATLAB

A friend is investigating the use of generative AI in his classes. I asked two different popular chatbots to write MATLAB programs for a mathematically nontrivial problem. Both chatbots understood my query and both wrote plausible MATLAB programs, but one of the programs was not correct. My recommendation for coursework: carefully read and test programs produced by generative AI and repair any incorrect ones.... read more >>




matlab

MCmatlab: A Monte Carlo simulation for photon transport in 3D voxel space

Today, I am inviting Temo, who is from the academic discipline marketing team, and he looks after the physics discipline. He will share his Pick from the field of optics.This week's Pick is MCmatlab... read more >>




matlab

Statistical visualization functions and “Open in MATLAB Online”

Jiro's Pick this week is dabarplot, daviolinplot, daboxplot by Povilas Karvelis.Today, I'd like to highlight a couple of things in this post.Statistical visualization functions"Open in MATLAB Online"... read more >>




matlab

Problem-based learning in communication systems using MATLAB and simulink

Location: Electronic Resource- 




matlab

Real-time digital signal processing from MATLAB to C with the TMS320C6x DSPs

Location: Engineering Circulation Desk- TK5102.9.W44 2012




matlab

Matlab cannot open Pspice, to prompt orCEFSimpleUI.exe that it has stopped working!

Cadence_SPB_17.4-2019 + Matlab R2019a

请参考本文档中的步骤进行操作

1,打开BJT_AMP.opj

2,设置Matlab路径

3,打开BJT_AMP_SLPS.slx

4,打开后,设置PSpiceBlock,出现或CEFSimpleUI.exe停止工作

5,添加模块

6,相同

7,打开pspsim.slx

8,相同

9,打开C: Cadence Cadence_SPB_17.4-2019 tools bin

orCEFSimpleUI.exe和orCEFSimple.exe

 

10,相同

我想问一下如何解决,非常感谢!




matlab

latest Specman-Matlab package


Attached is the latest revision of the venerable Specman-Matlab package (Lead Application Engineer Jangook Lee is the latest to have refreshed it for a customer in Asia to support 64 bit mode.  Look for a guest blog post from him on this package shortly.)

There is a README file inside the package that gives a detailed overview, shows how to run a demo and/or validate it’s installed correctly, and explains the general test flow.  The test file included in the package called "test_get_cmp_mdim.e" shows all the capabilities of the package, including:

* Using Specman to initialize and tear down the Matlab engine in batch mode

* Issuing Matlab commands from e-code, using the Specman command prompt to load .m files, initializing variables, and other operational tasks.

* Transfering data to and from the Matlab engine to Specman / an e language test bench

* Comparing data of previously retrieved Matlab arrays

* Accessing Matlab arrays from e-code without converting them to e list data structure

* Convert Matlab arrays into e-lists

Happy coding!

Team Specman

 




matlab

Matlab, Python, Julia: What to Choose in Economics? [electronic journal].




matlab

MATLAB - h5disp incorrectly errors out on HDF5 files containing fixed-length UTF-8 encoded strings

Attempting to display the contents of an HDF5 file containing fixed-length UTF-8 encoded strings results in an unexpected error in MATLAB.

For example, the following code

  h5disp('myHDF5FileWithFixedLenUTF8Strings.h5')

returns this error:

Error using h5infoc
UTF-8 encoding is only supported for variable length strings.

Error in h5info (line 108)
hinfo = h5infoc(filename,location, useUtf8);

Error in h5disp>display_hdf5 (line 121)
hinfo = h5info(options.Filename,options.Location);

Error in h5disp (line 99)
display_hdf5(options);
This bug exists in the following release(s):
R2020a

Interested in Upgrading?




matlab

System Composer - MATLAB might crash when System Composer functions have invalid or missing stereotypes as input

When creating a System Composer architecture model, if the following functions are called with an invalid or missing stereotype, it can cause the model to get corrupted and might lead to a MATLAB crash:

  • addComponent
  • addPort
  • connect
When the corrupted model is saved or loaded and edited, the Simulink Diagnostic Viewer might display an error that indicates the System Composer model is inconsistent, and then result in a MATLAB crash.
This bug exists in the following release(s):
R2020a, R2019b, R2019a

Interested in Upgrading?




matlab

MATLAB - When opening a text file with UTF-16 or UTF-32 encoding using the Import Tool, a warning message is shown, and if you proceed, the data may not be imported correctly.

If you try to open a text file with UTF-16 or UTF-32 encoding, the Import Tool displays a warning message stating that the encoding is not supported.  If you continue to load the file anyways, it is opened with UTF-8 encoding, and the file may not be displayed or imported as expected.This bug exists in the following release(s):
R2020a

This bug has a workaround

Interested in Upgrading?




matlab

COVID-19 Research and Development with MATLAB and Simulink

COVID-19 Research and Development Sean's pick this week is COVID-19 Research and Development by MathWorks. We were recently introduced to this page which highlights uses of... read more >>




matlab

MATLAB R2020a

Sean's pick this week is MATLAB R2020a by MathWorks' Development. Contents New... read more >>




matlab

MATLAB Speaks C++

Hi everyone! Today I'd like to introduce a guest blogger, Vivek Bhownani, who is the lead developer for an exciting new feature in R2019a that opens up easy access to C++ libraries without writing any C++ code. Take it away Vivek...... read more >>




matlab

Notifications from MATLAB

Waiting for a computer or cluster to finish a task is about as exciting as watching paint dry. XKCD even has a comic about it.... read more >>




matlab

Storing Parameters in AWS using MATLAB

In a previous blog post, Notifications from MATLAB, I showed how Amazon's Notification system (AWS SNS) can be used from MATLAB service can be used to easily send information between endpoints in a distributed system, be they applications or people.... read more >>




matlab

Repeated Indexing in MATLAB

Indexing is a popular topic I write about from time to time. Today I want to focus on what happens when there are duplicate indices.... read more >>






matlab

Digital Image Processing Using MATLAB, 3rd edition

The 3rd edition of Digital Image Processing Using MATLAB (DIPUM3E) has just been published, at long last. The new edition includes extensive new coverage of image transforms, spectral color models, geometric transformations, clustering, superpixels, graph cuts, active contours, maximally-stable extremal regions, SURF and similar feature detection, and deep learning networks.... read more >>




matlab

latest Specman-Matlab package


Attached is the latest revision of the venerable Specman-Matlab package (Lead Application Engineer Jangook Lee is the latest to have refreshed it for a customer in Asia to support 64 bit mode.  Look for a guest blog post from him on this package shortly.)

There is a README file inside the package that gives a detailed overview, shows how to run a demo and/or validate it’s installed correctly, and explains the general test flow.  The test file included in the package called "test_get_cmp_mdim.e" shows all the capabilities of the package, including:

* Using Specman to initialize and tear down the Matlab engine in batch mode

* Issuing Matlab commands from e-code, using the Specman command prompt to load .m files, initializing variables, and other operational tasks.

* Transfering data to and from the Matlab engine to Specman / an e language test bench

* Comparing data of previously retrieved Matlab arrays

* Accessing Matlab arrays from e-code without converting them to e list data structure

* Convert Matlab arrays into e-lists

Happy coding!

Team Specman

 




matlab

Matlab cannot open Pspice, to prompt orCEFSimpleUI.exe that it has stopped working!

Cadence_SPB_17.4-2019 + Matlab R2019a

请参考本文档中的步骤进行操作

1,打开BJT_AMP.opj

2,设置Matlab路径

3,打开BJT_AMP_SLPS.slx

4,打开后,设置PSpiceBlock,出现或CEFSimpleUI.exe停止工作

5,添加模块

6,相同

7,打开pspsim.slx

8,相同

9,打开C: Cadence Cadence_SPB_17.4-2019 tools bin

orCEFSimpleUI.exe和orCEFSimple.exe

 

10,相同

我想问一下如何解决,非常感谢!




matlab

New Decade, New MATLAB Mobile

You may have noticed that MATLAB Mobile now sports a different UI. For this post, I’d like to welcome Geeta Sonigra, our User Experience designer to talk about what’s changed. ... read more >>




matlab

Stay Connected using MATLAB and Simulink

Due to the global COVID-19 pandemic, engineers and scientists are finding themselves suddenly working from home or other remote locations. We’d like to help you continue to use MATLAB and Simulink productively. We hope this brief collection of resources will help you access MATLAB, collaborate and connect with others, and... read more >>




matlab

Applied numerical methods with MATLAB for engineers and scientists / Steven C. Chapra (Berger Chair in Computing and Engineering, Tufts University)

Chapra, Steven C., author




matlab

MATLAB : an introduction with applications / Amos Gilat, Department of Mechanical and Aerospace Engineering, the Ohio State University

Gilat, Amos, author




matlab

Modelling organs, tissues, cells and devices: using MATLAB and COMSOL multiphysics / Socrates Dokos

Online Resource




matlab

Basic tutorial on simulation of microgrids control using MATLAB® and Simulink® software Flávia de Andrade, Miguel Castilla, Benedito Donizeti Bonatto

Online Resource




matlab

Introduction to MATLAB for biologists / Cerian Ruth Webb, Mirela Domijan

Online Resource




matlab

Digital filters using MATLAB Lars Wanhammar, Tapio Saramäki

Online Resource




matlab

Feedback control systems: The MATLAB®/Simulink® approach / Farzin Asadi, Robert E. Bolanos, Jorge Rodríguez

Online Resource




matlab

Machine component analysis with MATLAB / Dan B. Marghitu, Mihai Dupac

Online Resource




matlab

Vibration simulation using MATLAB and ANSYS / Michael R. Hatch

Online Resource




matlab

PID Control System Design and Automatic Tuning using MATLAB/Simulink


 

Covers PID control systems from the very basics to the advanced topics

This book covers the design, implementation and automatic tuning of PID control systems with operational constraints. It provides students, researchers, and industrial practitioners with everything they need to know about PID control systems—from classical tuning rules and model-based design to constraints, automatic tuning, cascade control, and gain scheduled control. 



Read More...




matlab

Neural data science: a primer with MATLAB® and Python"! / Erik Lee Nylen, Pascal Wallisch

Hayden Library - QP357.5.N95 2017




matlab

MATLAB for neuroscientists: an introduction to scientific computing in MATLAB / Pascal Wallisch [and five others]

Online Resource




matlab

Signals and systems : analysis using transform methods and MATLAB / Michael J. Roberts

Roberts, Michael J., Dr., author




matlab

Hack audio : an introduction to computer programming and digital signal processing in MATLAB / Eric Tarr

Tarr, Eric, author




matlab

Optics using MATLAB / Scott W. Teare

Barker Library - QC355.3.T43 2017




matlab

Engineering optics with MATLAB / Ting-Chung Poon, Virginia Tech, USA, Taegeun Kim, Sejong University, South Korea

Barker Library - QC454.F7 P66 2018




matlab

Automating vibrational spectroscopy data preprocessing and multivariate analysis with MATLAB® / by Tanmoy Bhattacharjee

Online Resource




matlab

Introductory solid state physics with MATLAB applications / Javier E. Hasbun, Trinanjan Datta

Online Resource




matlab

Matlab implementation of GSM traffic channel




matlab

Implementation of an acoustic echo canceller using MATLAB




matlab

Optimization of power system problems: methods, algorithms and MATLAB codes / Mahmoud Pesaran Hajiabbas, Behnam Mohammadi-Ivatloo, editors

Online Resource




matlab

[ASAP] Developing the Chemist’s Inner Coder: A MATLAB Tutorial on the Stochastic Simulation of a Pseudo-First-Order Reaction

Journal of Chemical Education
DOI: 10.1021/acs.jchemed.0c00051