Home - MATLAB Central

Ein offener Austausch für die Community der MATLAB- und Simulink-Benutzer


Hello, Im relativley new to MATLAB nan coding and unsure how to proceed in structuring my Matlab code. For instance. if I had an equation (1) that out puts (a) and has mutliple varibles (B), (C), and...

0

answer

Hi Team, I am studying vector control, so this may be a strange question. I am looking to build an ACIM control reference in the architecture in the link below to implement vector control (FOC) of an AC induction motor. URL: ...

0

answer

I am trying to print a axis label using the following code to make it italicized ylabel('$u_max$','interpreter','latex','FontSize',14); I wanr the "max" to all be a subscript to "u" but as of right now only the "m" is a subscript and ...

Tags:

1

answer

I am trying to the coordinates of a Koch snowflake fractal antenna designed using the Antenna Toolbox. Ail I get is a picture, and the antenna performance. I would like to have the coordinates so I can modify the design and/or send to fabrication. Thank you

0

answer

Attached is a pdf of the code that I have with a warning of matrix is singular to working precision that results in NaN for all values being solved for. Would love to know what is going on and how to fix it to produce numerical results

Tags:

1

answer

Los invito a conocer el libro "Sistemas dinámicos en contexto: Modelación matemática, simulación, estimación y control con MATLAB", el cual estará disponible pronto en formato digital. El libro integra diversos temas de los sistemas dinámicos desde un punto de vista práctico utilizando ...

0

reply

A demo showcasing the Koopman Operator in conjunction with Model Predictive Control (MPC) to control a nonlinear system.

Thumbnail

Workflow for generating a surrogate AI model from a multibody vehicle dynamics model.

Thumbnail

Correlation from the paper "An Improved Correlation for Turbine Endwall Loss", Coull 2025

Thumbnail

Inputs of Cop and high pressure values to find optimal high pressure that maxes out COP

Thumbnail

Ss

Thumbnail

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 score function, especially competiti...

Categories:
Thumbnail

Simulink has been an essential tool for modeling and simulating dynamic systems in MATLAB. With the continuous advancements in AI, automation, and real-time simulation, I’m curious about what the future holds for Simulink. What improvements or new features do you think Simulink will have in the c...

0

reply

Description:The Fibonacci sequence is defined as follows:F(1)=1,F(2)=1,F(n)=F(n−1)+F(n−2) for n2Write a function that computes the sum of all even Fibonacci numbers that do not exceed a given number NNN.Example:For N=10, the Fibonacci sequence up to 10 is:1,1,2,3,5,8The even numbers are 2 an...

I got thoroughly nerd-sniped by this xkcd, leading me to wonder if you can use MATLAB to figure out the dice roll for any given (rational) probability. Well, obviously you can. The question is how. Answer: lots of permutation calculations and convolutions. In the original xkcd, the situation desc...

1

reply

Shor's algorithm, proposed in 1994 by Peter Shor, is an algorithm for factoring numbers that runs in polynomial time (polynomial in the number of digits/bits of the input) on a quantum computer. It...

LUTool provides an interactive animation of Gaussian elimination, the most important algorithm in technical computing.

Thumbnail

MATLAB FEX(MATLAB File Exchange) should support Markdown syntax for writing. In recent years, many open-source community documentation platforms, such as GitHub, have generally supported Markdown. MATLAB is also gradually improving its support for Markdown syntax. However, when directly uploading...

0

reply

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...

Thumbnail

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 the slides or download the code here. Por...

Thumbnail

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 and whistles that are referred to as “p...

Categories:
Thumbnail

I noticed recently that my data is no longer updating on thingspeak again. Is there a connectivity issues with thingspeak Data not updating on thingspeak There are no connectivity issues. Take a look at some public channels that have been continuously updating for a while: ...

1

reply

Find the value of x so that y=2 %%x = 1;y_correct = 2;assert(isequal(your_fcn_name(x),y_correct)) function y = your_fcn_name(x)x=y = x+1;end easy

Tags:

A sequence is constructed in the following way. The zeroth term is 1, and the next terms are determined by counting the number in the sequence so far. Therefore, after the first count, the sequence...

The numbers 13, 14, and 15 are consecutive, of course, but they also share the property of being square-free. That is, each number has no prime factors that are repeated. Another group of three...

Be Part of MATLAB Central

Community Video
MATLAB Answers

Ask & Answer questions about MATLAB & Simulink!

File Exchange

Download or contribute user-submitted code!

Cody

Solve problem groups, learn MATLAB & earn badges!

Blogs

Get the inside view on MATLAB and Simulink!

Discussions

Connect with fellow users!

AI Chat Playground

Use AI to generate initial draft MATLAB code, and answer questions!

Go to top of page
Could not connect to the reCAPTCHA service. Please check your internet connection and reload to get a reCAPTCHA challenge.