photo

Gaurav Shukla


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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...

etwa 9 Jahre vor | 0

Frage


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...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 9 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
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) ...

mehr als 9 Jahre vor | 1

| akzeptiert

Beantwortet
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...

fast 10 Jahre vor | 1

Beantwortet
How to enable the ruler in GUI?
Goto:- Tools -> Grid & Rulers ->Check Show Ruler CheckBox.

fast 10 Jahre vor | 1

| akzeptiert

Beantwortet
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...

etwa 10 Jahre vor | 0

Frage


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. ...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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...

mehr als 10 Jahre vor | 0