Community Profile

photo

Pavan Sahith


Last seen: 6 days ago Active since 2023

Followers: 0   Following: 0

Statistics

All
  • Solver
  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Access inputs from app designer in the MATLAB script.
I see that you are trying to achieve seamless integration of user input from your App Designer application into your MATLAB scri...

9 days ago | 0

| accepted

Answered
Getting error while trying to solve boundary condition equations.
It appears that you are encountering an issue while trying to solve a boundary value problem (BVP) using MATLAB. The error you'r...

9 days ago | 0

Answered
Simulink model couldn't generate the output, can't see any thing
Hello Maha, I see that you're encountering an issue with visualizing the output of your Simulink model in a scope block. It mi...

9 days ago | 0

| accepted

Answered
Getting some unknown characters like blank squares in my MATLAB files .
Hello Ramachandra, It appears that MATLAB is not identifying French or Chinese characters correctly and question marks or boxe...

10 days ago | 0

| accepted

Answered
Correlation between data a certain number of days apart
I see that you're working with data on gene biomarkers and corresponding COVID infection data. You're aiming to analyze the corr...

11 days ago | 0

Answered
what are the names of red circled blocks?
It appears you're keen to gain deeper insights into the specific blocks within a Simulink model. The first one is a Simulink "c...

11 days ago | 0

Answered
SIMULINK mask parameter extract from MATLAB workspace
I see that you are encountering an issue while attempting to add a parameter to the mask of a subsystem, following these steps w...

11 days ago | 0

Answered
How to generate multi-dimensional matrix (3 dimension and above) without nested loops to reduce overall run time?
Hello Sajid, I observe that you're looking to optimize your MATLAB code by replacing nested loops with efficient matrix operati...

2 months ago | 0

Answered
Perspective problem in 3D plots with shared axes
Hello Mikel, I assume that you're trying to find a method to manipulate the viewing angle of a 3D plot while maintaining the x-...

2 months ago | 0

Answered
Show largest component of vector and give unique color
Hello, I can understand that you are trying to plot the maximum component of each of the 40 vectors with a unique color for eac...

2 months ago | 0

Answered
normal sum value and symsum value giving different result
Hello Rohith, As per my knowledge ,the reason for the difference between 'val1' and 'val3' in your MATLAB code is due to the wa...

3 months ago | 0

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

3 months ago

Answered
How to fill different faces with different colors
Hello, I see that you're exploring how to assign different colors to various faces in a mesh plot. A straightforward way to ...

3 months ago | 0

Answered
Is there any MATLAB code to create STATE SPACE model from the eigenvalues and eigenvectors?
Hello, I notice your interest in constructing a 'State-space model' from eigenvalues and eigenvectors in MATLAB. You can try u...

3 months ago | 0

Answered
Why do I get Block error while updating model? Calling a simulink function with bus type as input argument.
Hello Srikar, I see that you've encountered a challenge with specifying the input argument for the 'function caller' block in S...

3 months ago | 0

Answered
How can we have a good resolution over a narrow bandwidth when we include a broad range without a lot of points?
Hello Shaily, It seems like you are dealing with a broad frequency range (around 50 GHz) due to the inclusion of a nonlinear ef...

3 months ago | 0

Answered
Error when using predict DLblock in Simulink - Incorrect input size (#74.155.409)
Hello Giovanni, I understand that you are encountering an error related to the DL predict block input size in Simulink. The er...

3 months ago | 0

| accepted

Answered
Error in rendering special character
Hello Gab, I see that your MATLAB is not identifying French characters correctly and question marks are appearing instead, it c...

3 months ago | 1

| accepted

Answered
Matlab is not working
Hello Laura, It seems like you have shadowed some built-in MATLAB functions with your own functions or scripts. This might be c...

3 months ago | 0

Answered
Identify lines in a plot by clicking on them
Hello Gino, I've noticed that you're working with multiple .txt files to create line plots and you're interested in finding a ...

3 months ago | 0

| accepted

Answered
how do I extract and plot data points from a 2D mesh?
Hello Leah, I understand that you are trying to extract the values at specific points from a 2D mesh and compare it with the v...

4 months ago | 0

Answered
Cutting Polyshape using Y function
Hello, As per my understanding, you have a polyshape and want to separate the 'final' object using a 'Y' function. To achiev...

4 months ago | 0

Answered
How to find the factors of the polynomial in one than one variable
Hello Yogeswari, As per my understanding, you want to factorize a polynomial in a complex field, and you are not able to get yo...

5 months ago | 0

Answered
Finding x intercept for 2D data
Hello, I understand that you are working with a 2D array and would like to identify all the x-intercepts at y=0 and plot them...

5 months ago | 0

Answered
wie kann man mit Matlab Report Generator ein Fußzeile erstellen , die die aktuelle Datum (linksbündig), Seite Nummer (Center)und Uhrzeit(rechtsbündig) beinhaltet
Hello Khaled, I understand that you want to know how to create a footer with Matlab Report Generator that contains the curren...

6 months ago | 0

Answered
Tensor matrix of speed
Hello, I understand you have matrix 'A' with dimensions (n_particle x 3 x n_steps) and you want to see the evolution of particl...

6 months ago | 0

Answered
How to pause a simulation in Simulink at a certain timestep with a variable step solver?
Hello Lina, I understand that you want to pause your simulation 900 seconds, change one parameter and keep on simulating while ...

6 months ago | 0

Answered
Where can I find the detailed derivation of Kalman filter equations given in Matlab documentation?
Hello, I understand that you want to know where to find the detailed derivations of Kalman filter equations. The MathWorks d...

6 months ago | 0

Answered
Is it possible to use known data to apply a gradient to 3d shape?
Hello Charley, I understand that you have a thermal gradient and want to use this known data to show the gradient on a simple ...

6 months ago | 0

Answered
How does graydist work?
Hello, I understand that you want to know about the “graydist” function's output matrix. T1 = graydist(A,1,1) The `graydist` ...

6 months ago | 0

Load more