InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which Graphic System Is Used In Matlab? Explain It. |
Answer»
|
|
| 2. |
What Is Pseudo Random Binary Sequence And Numeric Precision In Matlab? |
|
Answer» pseudo random binary sequence : A form of generating an M-file in the new Frequency Domain System Identification TOOLBOX, for a specified set of lengths (2^2-1 to 2^30-1) is called pseudo random binary sequence. It is also known as mlbs (for MAXIMUM Length Binary Sequence). pseudo random binary sequence : A form of generating an M-file in the new Frequency Domain System Identification Toolbox, for a specified set of lengths (2^2-1 to 2^30-1) is called pseudo random binary sequence. It is also known as mlbs (for Maximum Length Binary Sequence). |
|
| 3. |
Do You Know About Matlab System Parts? |
|
Answer» FOLLOWING are the 5 MAIN parts of MATLAB.
Following are the 5 main parts of MATLAB. |
|
| 4. |
Explain Briefly About Matlab Language? |
|
Answer» MATLAB language is a high-level matrix language.
MATLAB language is a high-level matrix language.
|
|
| 5. |
What Is Matlab Working Environment? |
|
Answer» MATLAB working environment has various tools to work with MATLAB.
MATLAB working environment has various tools to work with MATLAB. |
|
| 6. |
Explain Briefly Matlab Mathematical Function Library? |
|
Answer» MATLAB MATHEMATICAL functions include computational algorithms.
MATLAB mathematical functions include computational algorithms. |
|
| 7. |
What Is Stress Analysis In Matlab? |
|
Answer» MATLAB is used in aerospace engineering, space environment.
MATLAB is used in aerospace engineering, space environment. |
|
| 8. |
What Is Handle Graphics In Matlab? |
|
Answer» Handle Graphics is a subsystem of MATLAB that handles graphics.
Handle Graphics is a subsystem of MATLAB that handles graphics. |
|
| 9. |
What Are 3d Visualization Elements In Matlab? |
|
Answer» 3D visualization elements allow MATLAB to DEAL with 3D graphics.
3D visualization elements allow MATLAB to deal with 3D graphics. |
|
| 10. |
What Are The Basic Plots And Graphs Of Matlab? |
|
Answer» Following table describes basic plots and graphs.
Following table describes basic plots and graphs. |
|
| 11. |
Do You Know How To Pre Allocate A Non Double Matrix? |
|
Answer» Preallocating a BLOCK of memory for holding a NON double matrix is memory EFFICIENT.
Preallocating a block of memory for holding a non double matrix is memory efficient. |
|
| 12. |
What Is Memory Management Functions In Matlab? |
|
Answer» Below is the list of memory management functions.
Below is the list of memory management functions. |
|
| 13. |
Suppose If You Know Then Tell Me How To Call Matlab In Batch Mode? |
|
Answer» Batch MODE execution of MATLAB can be done from command LINE or from makefile.
Batch mode execution of MATLAB can be done from command line or from makefile. |
|
| 14. |
Do You Know What Is Latex In Matlab? |
|
Answer» MATLAB allows Greek letters.
MATLAB already handles NATURALLY simple LaTeX ENCODINGS that allow introducing Greek lettters or modifying the font size and appearance in plots. MATLAB allows Greek letters. MATLAB already handles naturally simple LaTeX encodings that allow introducing Greek lettters or modifying the font size and appearance in plots. |
|
| 15. |
Do You Know How To Correctly Apply The Graphics Patches In Matlab? |
|
Answer» Following is the SEQUENCE of commands to apply graphic patches in MATLAB.
Following is the sequence of commands to apply graphic patches in MATLAB.
|
|
| 16. |
Tell We Can Matlab Run Without Graphics? |
|
Answer» At times scripts NEED to run without displaying the plots.
At times scripts need to run without displaying the plots.
|
|
| 17. |
What Is Image Arithmetic Functions In Matlab? |
|
Answer» FOLLOWING is the list of image arithmetic functions and their usage.
Following is the list of image arithmetic functions and their usage. |
|
| 18. |
What Is Xmath? |
|
Answer» Xmath is an interactive scripting and graphics environment for Xwindow WORKSTATIONS.
Xmath is an interactive scripting and graphics environment for Xwindow workstations. |
|
| 19. |
Do You Know Matlab Consist Of What? |
|
Answer» MatLab consists of FIVE main parts
MatLab consists of five main parts |
|
| 20. |
Do You Know What Are The Types Of Loops Does Matlab Provides? |
Answer»
Matlab provides loops like |
|
| 21. |
What Are The Operators That Matlab Allows? |
|
Answer» Matlab allows following OPERATORS
Matlab allows following Operators |
|
| 22. |
Do You Know What Is Simulink? |
|
Answer» SIMULINK is an addon PRODUCT to MATLAB, it provides an INTERACTIVE, simulating, graphical environment for modeling and analyzing of DYNAMIC systems. Simulink is an addon product to MatLab, it provides an interactive, simulating, graphical environment for modeling and analyzing of dynamic systems. |
|
| 23. |
What Are Xmath Features? |
Answer»
|
|
| 24. |
Do You Know What Are The Four Basic Functions To Solve Ordinary Differential Equations? |
|
Answer» The FOUR basic functions that MatLab has to SOLVE ODE's are
The four basic functions that MatLab has to solve ODE's are |
|
| 25. |
Explain About Stress Analysis In Matlab? |
|
Answer» PEOPLE working on these areas as a aerospace engineers should have familiarity and exposure to NASTRAN and MATLAB with knowledge on space environment and MODELING of flexible dynamics.These aerospace engineers will be responsible to conduct stress analysis on metallic and composite structures. NASTRAN, IDEAD, Oracle and PATRAN proficiency level is required. Their duties ALSO INCLUDE on aircraft which are metallic and composite structures. This includes and understanding of CONTROL surface stiffness and loop calculations, finite element modeling (FEM),fatigue testing requirement and analysis. People working on these areas as a aerospace engineers should have familiarity and exposure to NASTRAN and MATLAB with knowledge on space environment and modeling of flexible dynamics.These aerospace engineers will be responsible to conduct stress analysis on metallic and composite structures. NASTRAN, IDEAD, Oracle and PATRAN proficiency level is required. Their duties also include on aircraft which are metallic and composite structures. This includes and understanding of control surface stiffness and loop calculations, finite element modeling (FEM),fatigue testing requirement and analysis. |
|
| 26. |
How To Call Matlab In Batch Mode? |
|
Answer» This can be done from the command line or from a makefile. You NEED a script (filename.m). Just TYPE at the command line, or INCLUDE in the makefile: matlab<filename.m where filename.m can write to DISK a figure, a binary, an ascii file, ANYTHING you want. This can be done from the command line or from a makefile. You need a script (filename.m). Just type at the command line, or include in the makefile: matlab<filename.m where filename.m can write to disk a figure, a binary, an ascii file, anything you want. |
|
| 27. |
How To Correctly Apply The Graphics Patches In Matlab? |
|
Answer» Open a LOCAL MACHINE window and type: xhost +ASHLAND # ADD the following code sequence just before the plot COMMAND that was giving you problems: figure; set(GCF,'renderer','zbuffer'); [s,w] = UNIX('echo $DISPLAY'); set(gcf,'XDisplay',w); Open a LOCAL MACHINE window and type: xhost +ashland # Add the following code sequence just before the plot command that was giving you problems: figure; set(gcf,'renderer','zbuffer'); [s,w] = unix('echo $DISPLAY'); set(gcf,'XDisplay',w); |
|
| 28. |
Can We Run Matlab With Out Graphics? |
|
Answer» Sometimes you may want to run scripts which CONTAIN plotting commands without displaying the plots and without going into the script to comment out the commands. Sometimes you may want to run scripts which contain plotting commands without displaying the plots and without going into the script to comment out the commands. |
|
| 29. |
Explain Latex In Matlab? |
|
Answer» MATLAB ALREADY handles naturally simple LaTeX ENCODINGS that allow introducing Greek lettters or modifying the font SIZE and appearance in PLOTS. Matlab already handles naturally simple LaTeX encodings that allow introducing Greek lettters or modifying the font size and appearance in plots. |
|
| 30. |
On What Machines Matlab Should Be Run? |
|
Answer» We will run it from sthelens, and only if sthelens is down, from CHER, orsay or tiree. It works on other MACHINES too, but some of the other machines have older versions of the OS and CORE DUMP upon exiting from matlab. Some other local machines with new setups work fine. Try your local machine. Matlab is blocked from RUNNING on the servers We will run it from sthelens, and only if sthelens is down, from cher, orsay or tiree. It works on other machines too, but some of the other machines have older versions of the OS and core dump upon exiting from matlab. Some other local machines with new setups work fine. Try your local machine. Matlab is blocked from running on the servers |
|
| 31. |
Vectorization What Is That In Matlab?how To Do It? |
|
Answer» Thinking is terms of FULL matrices/vectors and ALSO some RELATED functions for that * Use of filter(), which works BEAUTIFULLY for some TIME series models Thinking is terms of full matrices/vectors and also some related functions for that * Use of filter(), which works beautifully for some time series models |
|
| 32. |
What Can We Use Matlab For? |
|
Answer» 1. Simple calculations 1. Simple calculations |
|
| 33. |
How To Add Noise To An Image In Matlab? |
|
Answer» The function noise.m, now installed on ashland too, ADDS Gaussian, uniform, SALT and pepper,ADDITIVE or MULTIPLICATIVE noise to an image. The function noise.m, now installed on ashland too, adds Gaussian, uniform, salt and pepper,additive or multiplicative noise to an image. |
|
| 34. |
Explain The Matlab Application Program Interface(api)? |
|
Answer» This is a library that allows you to WRITE C and FORTRAN programs that interact with MATLAB. It include facilities for CALLING routines from MATLAB (dynamic LINKING), calling MATLAB as a computational engine, and for reading and writing MATfiles This is a library that allows you to write C and Fortran programs that interact with MATLAB. It include facilities for calling routines from MATLAB (dynamic linking), calling MATLAB as a computational engine, and for reading and writing MATfiles |
|
| 35. |
Explain The Matlab Mathematical Function Library? |
|
Answer» This is a vast collection of computational algorithms ranging from elementary FUNCTIONS like sum, sine, cosine, and complex arithmetic, to more sophisticated functions like MATRIX inverse, matrix eigenvalues, BESSEL functions, and FAST Fourier TRANSFORMS. This is a vast collection of computational algorithms ranging from elementary functions like sum, sine, cosine, and complex arithmetic, to more sophisticated functions like matrix inverse, matrix eigenvalues, Bessel functions, and fast Fourier transforms. |
|
| 36. |
Explain Handle Graphics In Matlab? |
|
Answer» This is the MATLAB GRAPHICS system. It includes highlevel commands for twodimensional and threedimensional data visualization, image processing, animation, and presentation graphics. It also includes lowlevel commands that allow you to FULLY CUSTOMIZE the appearance of graphics as well as to build COMPLETE Graphical User Interfaces on your MATLAB APPLICATIONS. This is the MATLAB graphics system. It includes highlevel commands for twodimensional and threedimensional data visualization, image processing, animation, and presentation graphics. It also includes lowlevel commands that allow you to fully customize the appearance of graphics as well as to build complete Graphical User Interfaces on your MATLAB applications. |
|
| 37. |
Explain The Matlab Working Environment? |
|
Answer» This is the set of tools and FACILITIES that you WORK with as the MATLAB user or programmer. It includes facilities for MANAGING the variables in your WORKSPACE and importing and exporting data. It also includes tools for developing, managing, debugging, and profiling Mfiles, MATLAB's applications. This is the set of tools and facilities that you work with as the MATLAB user or programmer. It includes facilities for managing the variables in your workspace and importing and exporting data. It also includes tools for developing, managing, debugging, and profiling Mfiles, MATLAB's applications. |
|
| 38. |
Explain The Matlab Language? |
|
Answer» This is a highlevel matrix/array language with control flow STATEMENTS, functions, data structures,input/output, and objectoriented programming FEATURES. It allows both "programming in the small" to rapidly create quick and DIRTY throwaway programs, and "programming in the large" to create complete large and COMPLEX APPLICATION programs. This is a highlevel matrix/array language with control flow statements, functions, data structures,input/output, and objectoriented programming features. It allows both "programming in the small" to rapidly create quick and dirty throwaway programs, and "programming in the large" to create complete large and complex application programs. |
|
| 39. |
What Are The Matlab System Parts? |
|
Answer» The MATLAB system consists of five main parts:
The MATLAB system consists of five main parts: |
|
| 40. |
What Is Matlab? |
|
Answer» MATLAB is a highperformance language for TECHNICAL computing. It INTEGRATES computation, visualization, and programming in an easytouse environment where problems and solutions are EXPRESSED in familiar mathematical notation. Typical uses include:
MATLAB is a highperformance language for technical computing. It integrates computation, visualization, and programming in an easytouse environment where problems and solutions are expressed in familiar mathematical notation. Typical uses include: |
|