Community Profile

photo

Varun Bhaskar

Last seen: 11 maanden ago Active since 2015

Statistics

  • Knowledgeable Level 3
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

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

meer dan 7 jaar ago | 0

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

meer dan 7 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 1

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 1

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

| accepted

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

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

meer dan 8 jaar ago | 0

Load more