photo

Varun Bhaskar

Last seen: alrededor de 1 mes hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Estadística

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Matlab 2016a, NI USB 6009 issue
Hi Camey, It is likely that you are trying to communicate with a NI-DAQmx version that is incompatible with the Data Acquisi...

casi 8 años hace | 0

Respondida
I am using R2016a wih NI PCI-4472 and receive "NIDAQmx driver not installed..." even though I ran Support Package Installer. (WIN10/64) any suggestions?
Hi Jeff, It is likely that you are trying to communicate with a NI-DAQmx version that is incompatible with the Data Acquisiti...

casi 8 años hace | 0

| aceptada

Respondida
Problems with the HDL Workflow Advisor
Hi, Please reach out to Technical Support and they should be able to assist you by creating a case. Kindly provide them with...

más de 8 años hace | 0

Respondida
When using the code generator, how can I exclude definitions that are already made in a different header file?
Hi, 1) If a header file is not defined, the #define constant variables in these header files should not be included. 2) ...

más de 8 años hace | 0

Respondida
How to set simulink dll parameters
Hi, You can tune the parameters model_P and model_B before running. The Embedded Coder® product provides an ERT target, ...

más de 8 años hace | 0

Respondida
How to get the time of a running event?
Hi, You can use the tic-toc mechanism to start timing when the trigger is issued, and stop at the point where you want to me...

casi 9 años hace | 0

| aceptada

Respondida
I want to apply ML techniques to medical image processing.
Hi, There is a lot of useful information about Statistics and Machine Learning capabilities at the following link: <http:...

casi 9 años hace | 1

Respondida
How can I get my Simulink model to run in Acceleration mode on Mac OSX?
Hi, Please follow all the steps in the workflow mentioned in the link below: <http://www.mathworks.com/help/simulink/ug/p...

casi 9 años hace | 0

Respondida
why the Matlab editor is so slow to respond to keyboard and editing
Hi, Refer to the link below to address this issue: <http://www.mathworks.com/matlabcentral/answers/103193-how-can-i-speed...

casi 9 años hace | 0

| aceptada

Respondida
How to concatenate two columns in one table into one column?
Hi, It is not possible to concatenate two columns after the table has been constructed. You can concatenate the two columns ...

casi 9 años hace | 0

Respondida
Editor behaves crazily when scrolling down
Hi, This behavior is a known issue in MATLAB. However, it has yet to be consistently reproduced by our developers. Could you...

casi 9 años hace | 0

Respondida
Import .PTW (video from FLIR IR camera) into workspace
Hi, You can use the VideoReader class to import .PTW files into MATLAB. Refer to this link for documentation and examples of...

casi 9 años hace | 0

Respondida
Unable to compile .mex files with Windows 7 SDK
Hi, The error is most likely due to a corrupt kernel32.dll file. Reinstalling Windows SDK 7.1 should resolve the issue. P...

casi 9 años hace | 0

Respondida
How to calculate bandwidth of phase noise?
Hi, Can you elaborate more on what you mean by the term 'Bandwidth of Phase Noise Mask'? To answer your second question, ...

casi 9 años hace | 0

Respondida
Sceduled Save Routine for Data from Workspace
Hi, It is required to stop the simulation at the end of each day in order to save results to a different mat file whose titl...

casi 9 años hace | 0

| aceptada

Respondida
How to specify Dimension of a Bus Object element?
Hi, This is a known issue and is being looked into by the development team. The workaround is to set the dimensions via the ...

casi 9 años hace | 0

Respondida
s function usage error- code generation
Hi, There is a bug in Simulink 7.8 (R2011b) in the error message produced when advanced storage classes are used in blocks t...

casi 9 años hace | 1

Respondida
How can I plot multiple graphs from another m-file to GUI axes?
Hi Teemu, Please follow the below workflow: Include the following lines of code in the first file say plotting1.m x =...

casi 9 años hace | 0

| aceptada

Respondida
General Simulink Performance Profiler question
Hi, Refer to this link to know more the concepts of Major and Minor time steps: <http://www.mathworks.com/help/releases/R...

casi 9 años hace | 0

Respondida
How to tell if mclInitializeApplication has already been run in the current process
Hi, You could use global flag variables to record whether mclInitializeApplication() and mclTerminateApplication() have been ...

casi 9 años hace | 0

Respondida
Vectorize Evaluations of Meshgrid Points
Hi, You can parallelize your code to improve efficiency. Since this is a Monte Carlo simulation, where each run is independe...

casi 9 años hace | 0

Respondida
How to make S-function for simcoupler for co-simulation of MATLAB and PSIM?
Hi, What is the error message you encountered?

casi 9 años hace | 0

| aceptada

Respondida
How do I factor in BW, data rate and Eb/No into a communications physical layer?
Hi, It is possible to combine Eb/No and data rate but not bandwidth. Please refer to this link: <http://www.mathworks.com...

casi 9 años hace | 0

Respondida
matlab crashes when using parfor because of low memory
Hi, Can you have variables that are required by each worker declared after opening parpool, and the ones that needn't be dist...

casi 9 años hace | 0

Respondida
How to add data into the first row of an existing excel sheet and shift the existing data down
Hi Calabrese, This workflow is not possible with xlswrite. The workaround would be to retrieve all the rows in the Excel fi...

casi 9 años hace | 0

| aceptada

Respondida
What kind of data type is a CAN message?
Hi, The CAN message is a MATLAB Object. But it cannot be directly used within Stateflow. You could use the pack/unpack block...

casi 9 años hace | 0

| aceptada

Respondida
What error message would I get if I didn't have the Aerospace Blockset but ran code that needed it?
Hi, If you used the angle2dcm function when you do not have the Aerospace Blockset, you would encounter the following error m...

casi 9 años hace | 0

| aceptada

Respondida
Can I avoid this slow for loop?
Hi Filippo, You can parallelize your code to be executed on different cores on your machine. You can find more information a...

casi 9 años hace | 0

Respondida
Add folder problems when using Deploytool
Hi Zhichao, When you run the 'deploytool' command, the Application Compiler GUI provides the following sections: 1) Files ...

casi 9 años hace | 0

Respondida
Why does my image come up twice - once as a HeatMap and once as a figure?
Hi, Please find the following link to be useful resource: <http://www.mathworks.com/matlabcentral/answers/10995-colorbar-d...

casi 9 años hace | 0

Cargar más