Beantwortet
Why isn't my MATLAB plot not showing up?
It looks like the issue with your MATLAB code is related to how you've set up the ranges for plotting the IV curves. In MATLAB...

7 Monate vor | 0

Beantwortet
Find faster way than compose to format table
Here’s an approach you can try: 1. Instead of converting the whole table to strings at once, process the data in smaller chu...

8 Monate vor | 0

| akzeptiert

Frage


Subtracting a Vector from a Scalar-Multiplied Matrix
Let's say that we have the following two matrices and we want to calculate . We know that it is not defined, but MATLAB gives m...

8 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to draw an histogram?
f you already have the matrix, use it directly. If not, here is an example of how you can generate a random matrix with integers...

8 Monate vor | 0

Beantwortet
Bode Plot for two different sinusoidal inputs
% Define the transfer function coefficients numerator = 8.008; denominator = [1 0.54 7.95]; % Coefficients of s^2, s, and th...

8 Monate vor | 0

| akzeptiert

Beantwortet
Matlab 2023/4 wont start on Sonoma 14.4.1
Please try the following steps: Ensure that the MATLAB version you are using is compatible with the new macOS Sonoma 14.4.1. So...

8 Monate vor | 0

Frage


Plot of Integration Volume
Hi everyone, I'm working on visualizing an integration volume in MATLAB for the first time, and I'd appreciate some feedback on...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


DIfferences on Sloped field using 'dsolve' and 'ode45'
I tried to create the slope field with 'dsolve' and I received the following results. syms y(x) % Define the symbolic function...

8 Monate vor | 2 Antworten | 0

2

Antworten

Beantwortet
How to improve the Slope Field code?
I used the dirfield.m so I had better visualization f=@(x,y)x figure; dirfield(f,-2:0.2:2,-2:0.2:2) xlabel('$x$','interpret...

8 Monate vor | 0

| akzeptiert

Beantwortet
how can do this in matlab
% Assuming X is your matrix X = ...; % Your matrix here % Compute the element-wise product of X and its conjugate productMa...

8 Monate vor | 0

Beantwortet
How do I shade area in between two functions?
kp = -10:0.1:10; ki = zeros(size(kp)); for iter = 1:length(kp) ki(iter) = 221*kp(iter) + 1326; end figure(1) clf ho...

8 Monate vor | 0

Frage


How to improve the Slope Field code?
I am trying to create my slope fielld manually. Is there any advice how to improve my appearance of the Slope Field? I have read...

8 Monate vor | 1 Antwort | 0

1

Antwort

Beantwortet
Newton's Method on MATLAB for Stationary Solutions for the Non-linear Klein-Gordon Equation
@Torsten I read the fsolve Algorithms and here's the modified MATLAB script using the levenberg-marquardt algorithm for the fsol...

8 Monate vor | 0

Frage


Newton's Method on MATLAB for Stationary Solutions for the Non-linear Klein-Gordon Equation
By interpreting the equation in this way, we can relate the dynamics described by the discrete Klein - Gordon equation to the be...

8 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Helmholtz problem in circular disk
The following expression gives the solution for the Helmholtz problem. On the circular disc with center 0 and radius . For ...

8 Monate vor | 2 Antworten | 0

2

Antworten

Frage


How to create a better 3D Discrete Plot?
I am study the Discrete Klein-Gordon Equation. By interpreting the equation in this way, we can relate the dynamics described ...

9 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Trying to Solve quadratic inequalities
Hello, I am a new user of Matlab and I am trying to solve the following inequality I tried to solve it with the code bellow ...

11 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Seeking guidance on becoming a MATLAB Student Ambassador in Greece and eager to connect with fellow math enthusiasts interested in integrating technology into mathematics edu
Greetings everyone! I am excited to share my passion for teaching mathematics through technology and my interest in becoming a ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort