Manikanta Aditya - MATLAB Central
photo

Manikanta Aditya


Last seen: Today Attivo dal 2022

Followers: 8   Following: 0

Statistica

All
MATLAB AnswersCodyFrom 06/22 to 03/25Use left and right arrows to move selectionFrom 06/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Domande
161 Risposte

Cody

0 Problemi
1 Soluzione

RANK
270
of 297.503

REPUTAZIONE
334

CONTRIBUTI
3 Domande
161 Risposte

ACCETTAZIONE DELLE RISPOSTE
66.67%

VOTI RICEVUTI
37

RANK
 of 20.449

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
104.401
of 159.017

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Solver
  • 6 Month Streak
  • Thankful Level 2
  • Knowledgeable Level 4
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
question regarding https://www.mathworks.com/help/deeplearning/ug/solve-odes-using-a-neural-network.html
Hi @Christos, The issue you're encountering is likely due to the specific configuration and training of the neural network in t...

28 giorni fa | 0

| accettato

Risposto
Cannot use butter.m even though i have the signal processing toolbox (Matlab 2019b)
Hi @Friedrich Welck, Your license only allows a certain number of users to use Signal Processing Toolbox simultaneously. That m...

28 giorni fa | 0

| accettato

Risposto
Customizing a Button in Simulink to Receive Input and Display Output
Hi @Nguyen, Yes, it is possible to create a custom button in Simulink that can receive user input and display output based on c...

28 giorni fa | 0

| accettato

Risposto
get polyspace bug finder compatible with matlab 2015b
Hi @Brahim, To contact MathWorks technical support you can use this link: Contact Support - MATLAB & Simulink I hope this he...

29 giorni fa | 0

| accettato

Risposto
Adding names to the mlm.opt file when the maximum allowable number of characters (4000) is reached.
Hi @Paul If you have a large number of users, you can create multiple groups and then include those groups in the relevant INCL...

29 giorni fa | 0

| accettato

Risposto
Why I can not sign in in the installed matlab? (2024b academic version)
Hi @Balázs, The error message "mw-login :: No endpoint specified" typically indicates a problem with the MathWorks Service Host...

29 giorni fa | 2

Risposto
Repeated measures ANOVA?
Hi @Johanna, It sounds like you're on the right track with using a repeated measures ANOVA for your data. Since the measurement...

29 giorni fa | 0

| accettato

Risposto
Which Matlab version ?
Hi @majdi Khlfalla Based on your laptop's specifications, MATLAB 2022b should work fine. Here are the key system requirements f...

29 giorni fa | 1

| accettato

Risposto
Simulate lap time of FSAE Vehicle on a custom track
Hi @Preetam, Simulating the lap time of an FSAE vehicle on a custom track in MATLAB and Simulink sounds like an exciting projec...

circa un mese fa | 1

Risposto
geodetic2aer azimuth when two points are on top of each over
Hi Vasili, When using the geodetic2aer function with two points that have the same latitude and longitude but different altitu...

circa un mese fa | 1

| accettato

Risposto
Simulink.Signal Object array creation
Hi @Sumit Kumar, Yes, you can create an array of Simulink.Signal objects in MATLAB. Here's a simple example to help you get sta...

circa un mese fa | 0

Risposto
Consider the power rankings of Missouri and Oklahoma State. How is it possible that Oklahoma State has a higher power ranking than Missouri?
Hi @Oksana, The power ranking scores for Missouri and Oklahoma State can be influenced by several factors, even if Missouri has...

2 mesi fa | 0

Risposto
Why can't generate A2L file including parameters and measurements for AUTOSAR model in Simulink 2018b?
Hi @Peng The issue you're encountering with generating an A2L file that includes parameters and measurements for an AUTOSAR mod...

2 mesi fa | 0

Risposto
Comparing Polyspace BF results from different projects
Hi @Ahmed To compare Polyspace Bug Finder (BF) results from different projects using the polyspace-access export command, you c...

2 mesi fa | 0

Risposto
How to load TreeBagger created and saved in an older version of MATLAB into a newer version?
Hi @Yongli It looks like you're encountering compatibility issues when loading a TreeBagger object saved in an older version of...

2 mesi fa | 0

Risposto
my code does not have an answer
Hi @marjan mashayekhpour, The reason why you did not see any output for the above code as it sounds like the system of equation...

2 mesi fa | 0

Risposto
what is the standard PC set-up for optimal performance
Hi @Hassan Ali, Your current setup is quite decent, but high-fidelity simulations in MATLAB, especially with Simscape, can be v...

2 mesi fa | 0

| accettato

Risposto
How to write to screen a set of variables with mixed types?
HI @Robert Jones It looks like you're trying to print a string along with integer and floating-point variables using fprintf. T...

2 mesi fa | 0

Risposto
How to estimate parameters of fractional SIR epidemic model?
Hi @JAYARAM PRAKASH To estimate parameters of a fractional SIR epidemic model for a vector-borne disease like dengue in MATLAB,...

2 mesi fa | 0

Risposto
How can I model headlamps in Simulink that align with the steering direction and activate based on time of day or ambient light in a 3D environment?
Hi, Starting in R2024b, you can use the sim3d.Light actor in a Simulation 3D Actor block in Simulink to add any light to a 3D s...

2 mesi fa | 0

| accettato

Risposto
How does MATLAB app designer call external. m functions after packaging into exe?
Hello @shen hedong, When you package a MATLAB App Designer app into an executable (EXE), calling external .m functions that are...

2 mesi fa | 0

Risposto
MATLAB R2024a slow startup on Windows11 23H2
Hello @haoxuan, The long duration for the 'Toolbox cache load Start' step in your MATLAB startup metrics suggests that the tool...

2 mesi fa | 0

Risposto
Can MATLAB for Students license be used with Docker for browser-based access?
Reach out to MathWorks support for this: https://www.mathworks.com/support/contact_us.html

2 mesi fa | 1

Risposto
Plot titles in subplots for various initial conditions
Hi @Left Terry, You can modify the subplot titles dynamically within the loop by using the current value of y0(i). clc, clea...

2 mesi fa | 0

| accettato

Risposto
Sine wave with variable frequency
Hi @Alhassane Sylla, You can create a sine wave with a variable frequency in MATLAB by defining a time vector and then adjustin...

3 mesi fa | 0

| accettato

Risposto
Where is the MATLAB installation file in Linux?
Hi @shahin, On Linux, MATLAB is typically installed in the /usr/local/MATLAB directory. The exact path will include the version...

3 mesi fa | 0

Risposto
Parpool fails to start and returns error in HPC
Hi @Vighneshwar S A, As you mentioned that Parpool is failing to start and returns error in HPC, refer to the below mentioned r...

3 mesi fa | 0

Risposto
What is this Simulink block called?
Hi Murat, Looks like this block in the shared block diagram is 'Dot Product' block. The Dot Product block generates the dot p...

3 mesi fa | 1

| accettato

Risposto
How can I export all the enumerated data types from m-file to an SLDD (Data Dictionary)? Can Enum be created in m-file? IF yes what's the solution for this?
Hello @Parambrahma, Yes, you can create enumerated data types (Enums) in an m-file and export them to an SLDD (Simulink Data D...

3 mesi fa | 0

Risposto
Acquire images and video from the Photron FASTCAM SA1
Hi @Julia Radzio, The ability to use Photron cameras is not available in Image Acquisition Toolbox. For a list of supported ha...

4 mesi fa | 0

Carica altro