photo

Govind KM


Last seen: presque 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Programming Languages:
Python, C++, MATLAB, SQL, HTML
Spoken Languages:
English, Hindi
Pronouns:
He/him

Statistiques

MATLAB Answers

0 Questions
16 Réponses

RANG
1 995
of 300 364

RÉPUTATION
32

CONTRIBUTIONS
0 Questions
16 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
4

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How do I go threw every steeep of a While loop in a Simulink Model?
Hi malek, One way to go through every iteration of a while loop in Simulink is to add a breakpoint to the signal through the De...

plus de 2 ans il y a | 0

Réponse apportée
Is there any color halftone simulator?
Hi Mustafa, You can use the MATLAB Image Processing Toolbox which provides a comprehensive set of functions for image processin...

plus de 2 ans il y a | 0

Réponse apportée
I have been doing the simscape onramp course and it keeps giving me the error "unrecognisedfunction or variable". How do I solve this?
A workaround for this issue is to specify the path directly. This can be done by executing the following command in the MATLAB O...

plus de 2 ans il y a | 0

Réponse apportée
Create MATLAB Function block with output size set at compile time
Hi NJ2Cali, It is possible that the variable n was defined as a Tunable parameter within the MATLAB Function block when it was ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
How to restart a script for optimization after shutting down
Hi Jean, It looks like you basicallly need a way to save the state of the GA before switching off the computer. One way to do t...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Matlab/Simulink R2010b compatibility
Hi hanane, In general, .mdl files developed with an earlier version of MATLAB/Simulink, such as R2010b, will be compatible with...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
if loop to save number or call NaN
The following code will give you the desired output : a = [1 3 4 5 6 8 9 10]; b = [1 2 3 3 9 7 2 2]; c = []; for i = 1:10 ...

plus de 2 ans il y a | 0

Réponse apportée
Error creating an executable
Hi Victor, To run a MATLAB App created with App Designer on a computer that does not have MATLAB installed, you can compile the...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
Indexing changing values in a table
Hi Syed, You can use the following code which uses the diff and find functions to return all indices where the y_data value is ...

plus de 2 ans il y a | 0

Réponse apportée
Making a section in Python like Matlab
I don't think there is any equivalent functionality in Python. Maybe you can make a function for each section and run the requir...

plus de 2 ans il y a | 0

Réponse apportée
How to use variogramfit function for my dataset?
Hi Pooneh, An example code for you to use the function would be: sgvalues=[0; 5.953452709; 3.819761106; 0.168685691; 2.300...

plus de 2 ans il y a | 0

Réponse apportée
why i cannot get full database?
Hi Rachel, I am assuming that you want the third column of the table to be filled with the distortion class as per your code. H...

plus de 2 ans il y a | 0

Réponse apportée
How can I split data train, validation using for classificaiton learner
You can set the percentage of data to be reserved for testing or even import a test data set through the Test section on the Cla...

plus de 2 ans il y a | 0

Réponse apportée
one of the colorbars is going out of the figure window
Hi Santhosh, You can set the location of the colorbar manually using the Position property i.e instead of setting the location ...

plus de 2 ans il y a | 0

Réponse apportée
How can speech be converted to text?
Hi Ismat, As per documentation, Audio Toolbox enables you to interface with third-party speech-to-text APIs from MATLAB, requir...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Changing units on scope in Simulink/Simscape
Hi Nate, You can display the units on the axes of the scope in two ways : From the Simulink toolstrip, select Debug > Informat...

plus de 2 ans il y a | 2