photo

Vishnu


Last seen: oltre 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
15 Risposte

RANK
2.505
of 300.364

REPUTAZIONE
24

CONTRIBUTI
0 Domande
15 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Apply the color white (255) to some black pixels (0)
Hi Alberto, You can easily fill the circle with white color using MATLAB. Here's the code to guide on how to do it: This assum...

oltre 2 anni fa | 0

| accettato

Risposto
Display probability/certainty of classification model
Hi Jan, To obtain the certainty or confidence level of predictions made by a classification model trained using the fitcdiscr()...

oltre 2 anni fa | 0

Risposto
give me comment to the coding lines, like what do they do
Hi RAHMAN, Here are comments explaining what each line of code does: %Comment 1: Load the iris.dat dataset load iris.dat %...

oltre 2 anni fa | 0

Risposto
Plot the Bifurcation graph for a model equation.
Hi ELISHA ANEBI, I noticed that in this equation 'H1=C2*c5*c6*c8*c9;' the C2 sholud be changed to c2. Additionally, there is a ...

oltre 2 anni fa | 0

| accettato

Risposto
How do I generate numbers from an Exponential Distribution within Min and Max values?
Hi Sean Sarran, Simply insert a "or" statement in the while loop condition itself to apply a maximum value of 4.3. Consequentl...

oltre 2 anni fa | 0

Risposto
Calculate the average of each matrix block
Hi Lama Hamadeh, To calculate the average of each block in the matrix in order, you need to modify the code as follows: In thi...

oltre 2 anni fa | 1

| accettato

Risposto
Is this code suitable for solving a system of ODEs ?
Hi Dimitris, Yes, you can use this code for a system of ordinary differential equations (ODEs). The code implements a neural ne...

oltre 2 anni fa | 1

| accettato

Risposto
In automated driving toolbox, how can I make an ego vehicle stop and rotate at stationary position?
Hi Jiwoo, to make your line follower rotate by 90 degrees at a stationary position, you can utilize the differential drive contr...

oltre 2 anni fa | 0

Risposto
How to calculate azimuth angle Phi of refelcted ray in 3d
The azimuth angle, denoted by Phi, can be calculated using the given code. The calculation of Phi depends on the plane number (s...

oltre 2 anni fa | 0

Risposto
How to add a pv switch in a pv connected grid in Simulink with battery storage
By following these steps, you can introduce a switch function on the output of the PV array boost converter, on the grid-tied bu...

oltre 2 anni fa | 0

Risposto
How to integrated a function when I know its value at specific points
Hi BOnjour, To solve the integral we need to sort the points in the ascending order. The sorted indices are obtained using [...

oltre 2 anni fa | 0

Risposto
How to control the font of Contour "ShowText" option?
Hi Pappu Murty, To control the size and appearance of the font in the "contourf" plot, you can use the "TextList" property of t...

oltre 2 anni fa | 0

Risposto
solving complex matrix with symbolic variables
Hi Zenong, From the code, it seems that you are trying to solve the complex matrix equations using symbolic variables.However, ...

oltre 2 anni fa | 0

| accettato

Risposto
Comparing two versions of a data dictionary programmatically
Hi John, you can use the system command in MATLAB to call the Simulink diff tool from your compiled application. You can also ...

oltre 2 anni fa | 0

Risposto
No API supports functions `bar` and `legend` in multi-figure
Hi Yihang, It looks like you are trying to create a bar plot with individual colors for each bar and add a legend to it. Unfort...

oltre 2 anni fa | 0