Home - MATLAB Central

Un échange ouvert pour la communauté d'utilisateurs MATLAB et Simulink


How to map one surface plot to another when the domain for both the plots remain same?

0

answer

Hi Miller, I attempted to import the built-in manikin model from Creo into Simscape Multibody. However, Creo closes automatically during the import process, and the model does not fully import. Could you advise on how to resolve this issue and successfully import the model?

Tags:

0

answer

Hi all. I would like to arrange the summer block so that the regular '+' input is on the left-hand side, and the output on the right-hand side, as usual, but I would like the negative '-' input to be...

1

answer

I did the following with the Antenna Designer from the Antenna Toolbox: Open Antenna Designer App Click "New" Choose "Monopole" from the "Antenna Gallery" Enter "Design Frequency" of 10 MHz Click "Accept" Set "GroundPlaneLength" and &qu...

0

answer

serveradmin@server:~/Matlab/matlab_R2023a_glnxa64$ sudo ./install MoTTY X11 proxy: No authorisation provided MoTTY X11 proxy: No authorisation provided serveradmin@server:~/Matlab/matlab_R2023a_glnxa64$ xhost +SI:localuser:root localuser:root being added to access control list X Error of failed ...

Tags:

1

answer

answers

Thumbnail

Using the colon operator and the linspace function, create the following row vectors: −6,−5,−4,−3,−2-6, -5, -4, -3, -2−6,−5,−4,−3,−2 6,8,106, 8, 106,8,10 9,7,59, 7, 59,7,5 Provide the MATLAB commands for both methods (colon operator and linspace). Answer. v1 = -6:-2; v2 = 6:2:10; v3 = 9:-2:5; v1 ...

0

reply

lab1

Thumbnail

In this problem, you are tasked with rotating a given matrix by 90 degrees in a counter-clockwise direction. The input will be a square matrix (i.e., the number of rows is equal to the number of...

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

Thumbnail

I've created the Simulink model for vehicle dynamics system

Thumbnail

inductionmotor

Thumbnail

3phase inverter

Thumbnail

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

Thumbnail

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 and policymakers worldwide to model ...

Categories:
Thumbnail

On 27th February María Elena Gavilán Alfonso and I will be giving an online seminar that has been a while in the making. We'll be covering MATLAB with Jupyter, Visual Studio Code, Python, Git and...

0

reply

Check out the result of "emoji matrix" multiplication below. vector multiply vector: a = ["😁","😁","😁"] b = ["😂"; "😂" "😂"] c = a*b matrix multiply matrix: matrix1 = [ "😀", "😃"; "😄", "😁"] m...

3

replies

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 image datasets like ImageNet. But how ...

Categories:
Thumbnail

You recently bought an electric kettle for your kitchen, and you want to estimate how much it costs to run every month. The kettle operates at 230V and consumes 2000W (or 2kW) when in use. You...

Tags:

A voltage divider is a simple circuit used to obtain a reduced voltage from a higher voltage source using two resistors in series. The output voltage (Vout​) is given by the formula:​​Where:Vout​ is...

Tags:

In an electrical circuit, the current (III) flowing through an LED is determined using Ohm’s Law:​​Where:I is the current in amperes (A)V is the supply voltage in volts (V)Vf​ is the forward voltage...

Tags:

The energy (EEE) stored in an inductor is given by the formula:Where:E is the energy in joules (J)L is the inductance in henrys (H)I is the current in amperes (A)Write a function that takes...

I am looking for a Simulink tutor to help me with Reinforcement Learning Agent integration. If you work for MathWorks, I am willing to pay $30/hr. I am working on a passion project, ready to start ASAP. DM me if you're interested. TUTOR NEEDED!! OFFER $20/hr!!

0

reply

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

Thumbnail

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