Community Profile

photo

Mukul Rao


Purdue University

Con actividad desde 2014

I'm a grad student at Purdue University and my major is Aerospace Engineering.

My hobbies include playing the guitar and travelling.
Professional Interests: Computational Fluid Dynamics, Aerodynamics and Turbulence Modeling

Estadísticas

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
matlab parallel job shows unavailable
Hi, Can you try deleting all existing jobs and then create a new job? >> mycluster=parcluster(‘local’); >> delete...

más de 9 años hace | 0

| aceptada

Respondida
MatLab just working with Microsoft's Excel for Windows only
Hi, To use the full functionality of “xlsread” and “xlswrite”, you need to have a COM server for Microsoft Excel installe...

más de 9 años hace | 0

| aceptada

Respondida
GUI .exe doesn't work fully, while the .m file has no problems.
Hi, I think the reason why the application you built is not functioning on a PC without MATLAB is because the Matlab Runtime ...

más de 9 años hace | 0

| aceptada

Respondida
Accessing array in Compiled MATLAB program, is it possible?
Hi, The extracted files pertaining to an application (.exe) contain encrypted MATLAB files. You can locate this directory usi...

más de 9 años hace | 1

Respondida
Setup MEX compiler for R2014a for Linux
Hi, Beginning version R2014a, MATLAB automatically configures the mex pseudo compiler to use a supported compiler (such as gc...

más de 9 años hace | 2

| aceptada

Respondida
Simple mex question: how to call a mex function in matlab utilizing variables defined in matlab
Hi, MEX files are used to run C/C++ or Fortran codes in the MATLAB environment. This means that if you have an existing C co...

más de 9 años hace | 1

Respondida
Importing excel data and finding the number of rows and columns
Try >> x = actxserver(‘Excel.Application’) If this goes through, then the issue could be with the path; you can restore ...

más de 9 años hace | 0