Matlab Simulink Blog
@matlab_simulink_blog
28
subscribers
199
links
Get the inside view on MATLAB and Simulink
Insights and information from the engineers who design, build and support MathWorks products.
Wallet for channel funding Bitcoin 1LTZb5wmHcrCCmdwhnZBwUsAb8Bw7siYh8
Download Telegram
Join
Matlab Simulink Blog
28 subscribers
Matlab Simulink Blog
https://blogs.mathworks.com/japan-community/2025/02/03/interviewjapaninternationalbirdmanrally/
MATLAB ユーザーコミュニティー
MATLABユーザーコミュニティインタビュー: 東京科学大 鳥人間チームMeisterの挑戦
こんにちは。皆さんは毎年琵琶湖で夏に行われる鳥人間コンテストをご存知でしょうか。今回は、東京科学大の鳥人間チーム「Meister」のOBメンバーである西森さんと伊藤さんをゲストにお迎えし、東京科学大の鳥人間チームの中でどのようにMATLABが使われているか、お話をお伺いしました。
東京科学大Meisterチームは、2023年大会で4位、2024年大会では3位という素晴らしい成績を収め、特に2024年大会では6年ぶりの10km越え、そして11年ぶりの3位入賞を果たしました。彼らはMATLABを活用し…
Matlab Simulink Blog
https://blogs.mathworks.com/deep-learning/2025/02/04/graph-neural-networks-in-matlab/
Artificial Intelligence
Graph Neural Networks in MATLAB
Deep neural networks like convolutional neural networks (CNNs) and long-short term memory (LSTM) networks can be applied for image- and sequence-based deep learning tasks. Graph neural networks (GNNs) extend deep learning to graphs, that is structures that…
Matlab Simulink Blog
https://blogs.mathworks.com/matlab/2025/02/04/how-to-run-local-deepseek-models-and-use-them-with-matlab/
The MATLAB Blog
How to run local DeepSeek models and use them with MATLAB
Almost immediately after the DeepSeek-R1 AI models were made available to the world, people started asking how you can use them in MATLAB. Late last week, Vasileios Papanastasiou, a software test engineer at MathWorks, posted how to do this on LinkedIn…
Matlab Simulink Blog
https://blogs.mathworks.com/headlines/2025/02/06/chatty-little-marmosets-call-each-other-by-name/
Behind the Headlines
Chatty little marmosets call each other by name
Marmosets, small primates native to South America, are known to be highly social primates. Living in family-based groups of up to 15 individuals, they use a complex system of vocalizations for communication. These sounds range from high-pitched calls to trills…
Matlab Simulink Blog
https://blogs.mathworks.com/videos/2025/02/07/adding-a-settings-feature-to-my-web-app-part-1/
Stuart’s MATLAB Videos
Adding a Settings Feature to My Web App: Part 1
I maintain some MATLAB web apps that are used internally by other MathWorkers. For one of the apps, I want to allow users to save default settings for the app's behavior.
I think I will provide this via a Settings tab that appears on request. In this first…
Matlab Simulink Blog
https://blogs.mathworks.com/finance/2025/02/07/custom-portfolio-optimization-balancing-objectives-constraints-and-efficiency/
Quantitative Finance
Custom Portfolio Optimization: Balancing Objectives, Constraints, and Efficiency
The following blog was written by Marshall Alphonso Principal Engineer and Sara Galante, Senior Finance Application Engineer at MathWorks
Watch the full webinar Custom Portfolio Optimization: Balancing Objectives, Constraints, and Efficiency here, download…
Matlab Simulink Blog
https://blogs.mathworks.com/cleve/2025/02/08/lutool-animation-of-gaussian-elimination/
Cleve’s Corner: Cleve Moler on Mathematics and Computing
LUTool, Animation of Gaussian Elimination
LUTool provides an interactive animation of Gaussian elimination, the most important algorithm in technical computing.
Contents
LU Matrix Factorization
LUTool
Magic Squares
Positive Definite Matrices
Redheffer Matrices
Singular…
Matlab Simulink Blog
https://blogs.mathworks.com/student-lounge/2025/02/11/sensitivity-analysis-with-matlab-for-student-competitions/
Student Lounge
Sensitivity Analysis with MATLAB for Student Competitions
In today's blog, Khushin Lakhara from the Student Programs team at MathWorks will explore the concept of sensitivity analysis and its significance in engineering design. Over to you, Khushin...
For this blog, our attention will be on the student competition…
Matlab Simulink Blog
https://blogs.mathworks.com/japan-community/2025/02/12/graph-neural-networks-in-matlab-jp/
MATLAB ユーザーコミュニティー
グラフニューラルネットワーク (GNN)
※この投稿は 2025 年 2 月 4 日にArtificial Intelligence へ 投稿されたものの抄訳です。
畳み込みニューラルネットワーク(CNN)や長短期記憶(LSTM)ネットワークのようなディープニューラルネットワークは、画像や時系列データに基づくディープラーニングタスクに適用することができます。グラフニューラルネットワーク (GNN) は、エンティティ (ノード) とその関係 (エッジ) をエンコードする構造であるグラフにディープラーニングを拡張します。
このブログ記事では、GNN…
Matlab Simulink Blog
https://blogs.mathworks.com/matlab/2025/02/13/on-love-and-research-software-sharing-code-with-your-valentine/
The MATLAB Blog
On love and research software: Sharing code with your Valentine
I've been sharing mathematical equations with some sort of connection to Valentine's day for a long time now. Indeed, the first time I did it was 17 years ago on my old WalkingRandomly blog and I've repeated variations of this several time since. It's a very…
Matlab Simulink Blog
https://blogs.mathworks.com/community/2025/02/14/happy-valentines-caption-this-gif/
MATLAB Community
Happy Valentines! Caption This GIF
Mike is spreading some MATLAB Valentines joy over on the MATLAB Blog. Here is MathWorker Jonathan Gale's ode to the Mapping Toolbox and the Bonne spherical projection.
What would your caption for this animation be? Some ideas:
I love you THIS…
Matlab Simulink Blog
https://blogs.mathworks.com/videos/2025/02/16/adding-a-settings-feature-to-my-web-app-part-2/
Stuart’s MATLAB Videos
Adding a Settings Feature to My Web App: Part 2
So, in my attempt to add a settings feature to my web app, I have managed to add a settings tab with one uicontrol. When it's value is changed, it saves its value to a MAT file. Next, when the app loads, I need to check for the existence of such a file, load…
Matlab Simulink Blog
https://blogs.mathworks.com/japan-community/2025/02/17/transformer-models-from-hype-to-implementation-jp/
MATLAB ユーザーコミュニティー
トランスフォーマーモデルの実装:流行から具体的な活用へ
※この投稿は 2024 年 10 月 31 日にArtificial Intelligence へ 投稿されたものの抄訳です。
ディープラーニングの世界では、トランスフォーマー(Transformer)モデルが大きな注目を集めています。これらのモデルは自然言語処理(NLP)からコンピュータビジョンに至る多くの AI アプリケーションでパフォーマンスを劇的に向上させ、翻訳、要約、さらには画像分類のようなタスクで新しいベンチマークを打ち立てています。しかし、話題の背後には何があるので…
Matlab Simulink Blog
https://blogs.mathworks.com/deep-learning/2025/02/18/transfer-learning-for-grayscale-images/
Artificial Intelligence
Transfer Learning for Grayscale Images
In computer vision, pretrained models are often used and adapted to the task at hand by performing transfer learning. Transfer learning involves modifying and retraining a pretrained network with your data. Most pretrained models are trained on large, colorful…
Matlab Simulink Blog
Latest news on design VTOL, eVTOL
t.me/evtol_h
Telegram
eVTOL_H
Latest news on design VTOL, eVTOL, my site: vvtol.com
Matlab Simulink Blog
https://t.me/evtol_h2
Telegram
eVTOL_H2
Последние новости проектирования VTOL, eVTOL, my site vvtol.com
Matlab Simulink Blog
https://blogs.mathworks.com/finance/2025/02/21/celebrating-30-years-of-dynare-and-its-global-impact-with-matlab/
Quantitative Finance
Celebrating 30 Years of Dynare and Its Global Impact with MATLAB
As we celebrate the 30th anniversary of Dynare, we at MathWorks would like to take a moment to reflect on its influence on the global economics community. Developed by Michel Juillard, Dynare has been a cornerstone in computational economics, enabling researchers…
Matlab Simulink Blog
https://blogs.mathworks.com/startups/2025/02/21/by-the-numbers-2024-in-review/
Startups, Accelerators, & Entrepreneurs
By the Numbers – 2024 in Review
With 2025 well underway, we are taking a moment to reflect on the milestones of MathWorks startup program in 2024.
Here's a look by the numbers:
In 2024, we worked with over 900 new startups, ranging from idea stage to profitable business
Startups…
Matlab Simulink Blog
https://blogs.mathworks.com/cleve/2025/02/23/two-flavors-of-svd/
Cleve’s Corner: Cleve Moler on Mathematics and Computing
Two Flavors of SVD
MATLAB has two different ways to compute singular values. The easiest is to compute the singular values without the singular vectors. Use svd with one output argument, s1.
s1 = svd(A)
The alternative is to use svd with three outputs. Ignore the first…
Matlab Simulink Blog
https://blogs.mathworks.com/student-lounge/2025/02/24/ping-pong-shot-recognition-a-stem-project-for-lower-secondary-school/
Student Lounge
Ping Pong Shot Recognition – A STEM Project for Lower Secondary School
Today's guest blogger is Francesco Bellucci, a PhD student in Mechanical Engineering at Department of Industrial Engineering of the University of Bologna. Francesco has a passion for helping young minds and has been actively involved in mentoring a team of…