photo

Gaurav Shukla


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

3 Questions
7 Réponses

Cody

0 Problèmes
7 Solutions

RANG
3 645
of 301 653

RÉPUTATION
15

CONTRIBUTIONS
3 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
33.33%

VOTES REÇUS
4

RANG
 of 21 377

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
49 443
of 175 992

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
80

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
How MIL,SIL is a Closed Loop Testing ?
Broadly speaking when you create a controller model for validation of the logic you connect the output of your controller to a p...

environ 11 ans il y a | 0

Question


Is it possible to restrict simulink from changing my solver setting to fixedpoint ?
Is it possible to restrict simulink from changing my solver setting to fixedpoint. I have a model with no continuous block bu...

plus de 11 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to compare the first row first column value to the first row second column value in excel . eg: 3 4, 5 6, 7 8 : i need to compare 3 with 4 then assign 2 to that row ie., which column has high value that column number is assigned to that row.
I did not get the use case of the question however , the following code does exactly what u need. Hope this helps. cnt...

plus de 11 ans il y a | 0

Question


Can we create SImulink DataDictionary from command window through APIs.
I wish to Automate simulink Data Dictionary creation by reading the parameters from excel and creating simulink object and the...

plus de 11 ans il y a | 1 réponse | 1

1

réponse

Réponse apportée
Conditional formatting in Excel 2010 from MATLAB
Excel = actxserver('excel.application'); WB = Excel.Workbooks.Open(File_Path,0,false); for j=1:length(Result_Frm_Scope) ...

plus de 11 ans il y a | 1

| A accepté

Réponse apportée
how to open *.txt files with variable names
Consider an array VarName = [A,B,C]; for i=1:3 str = strcat('fopen(''',VarName(i),'.txt','wt'); eval(str); end...

plus de 11 ans il y a | 1

Réponse apportée
How to enable the ruler in GUI?
Goto:- Tools -> Grid & Rulers ->Check Show Ruler CheckBox.

plus de 11 ans il y a | 1

| A accepté

Réponse apportée
how to correctly prompt user to enter only 1 real number,numeric value,that is within range...?
Given a combination of number and char, num2str will give you empty matrix [], thus u cant compare tha to your range. i sugge...

presque 12 ans il y a | 0

Question


Is it possible to make SIngle Parent GUI using GUIDE, having multiple tabs for various functionalities?
I want to make a parent gui which should have four tabs for four functions ,also Each tab has its own set of input and Actions. ...

environ 12 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
how many parameters can accept a function in MATLAB?
I have tried with 13 parameters and it worked. The error that u have mentioned will appear if your calling function is passin...

environ 12 ans il y a | 0