Shivaputra Narke
Followers: 0 Following: 0
Professional Interests: image processing,watermarking,Programmin in MATLAB,C,C++ and xilinx..
統計
All
Feeds
回答済み
Unable to import 'NV-BLOCK-SW-COMPONENT-TYPE' arxml!
As far as I know, such components are not allowed to be imported in Simulink. Allowed component type are application software co...
Unable to import 'NV-BLOCK-SW-COMPONENT-TYPE' arxml!
As far as I know, such components are not allowed to be imported in Simulink. Allowed component type are application software co...
約3年 前 | 0
質問
Can we have single harness for MIL and SIL ?
Hi, I am trying to create harness model in Normal Mode and SIL mode. However, I would like to perfrom MIL-SIL deviation analysi...
3年以上 前 | 1 件の回答 | 1
1
回答質問
Autosar Code Generation Error : CGIR assertion '0' failed in 'b:\matlab\src\sl_autosar\code_gen\autosarhiddenbuffertransform.cpp:497'
Hi, I am using Matlab 2015b. I am trying to generate code out of an Autosar model using Embedded Coder. However, I am getting...
約4年 前 | 0 件の回答 | 0
0
回答回答済み
Is it possible to get list of Autosar Per-Instance-Memory elements through Simulink Model from command line interface ?
I have got the list using xml functions.
Is it possible to get list of Autosar Per-Instance-Memory elements through Simulink Model from command line interface ?
I have got the list using xml functions.
5年以上 前 | 0
| 採用済み
質問
Issue with Autosar Application Datatype for Calibrations.
Hi All, I am working on test project to use Autosat arxml files to create Simulink model and then update model and perform ro...
5年以上 前 | 0 件の回答 | 0
0
回答質問
Model Reference : Simulink functions Issue
Hi, I am using Model referencing to connect two different components in the Composition and simulate a composition. Here, Com...
5年以上 前 | 0 件の回答 | 0
0
回答質問
Is it possible to get list of Autosar Per-Instance-Memory elements through Simulink Model from command line interface ?
Hi, I want to list down the AR-elements with PIM behavior, available in model generated by ARXML importer. I have to do it for ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Issue with Simulink Model Simulation using CVSIM command inside Parfor ?
Hi, I am trying to run multiple simulations with different data set on model 'ModelTest.slx' using parfor. my code goes like t...
5年以上 前 | 1 件の回答 | 0
1
回答質問
Bus Assignment creates new copy of variable in generated code ?
Hi, I have created one bus using Bus Creator and the output has been written to 'My_Signal' (Simulink.Signal object). That si...
6年弱 前 | 0 件の回答 | 0
0
回答回答済み
Axes Click in GUI interrupts Figure Plot
check using 'drawnow' command after 'hold off'
Axes Click in GUI interrupts Figure Plot
check using 'drawnow' command after 'hold off'
6年弱 前 | 0
質問
How to use mex command to compile simulink generated code files ?
Hello, I have some code files for a model generated by Embedded coder in Maltab 2017b. I am working on some application where I...
6年弱 前 | 0 件の回答 | 0
0
回答質問
Issue with Simulink Model Simulation inside Parfor ?
Hi, I am trying to run multiple simulations with different data set on model 'ModelTest.slx' using parfor. my code goes like t...
6年弱 前 | 2 件の回答 | 1
2
回答質問
Issue with App created with appdesigner in Matlab 2017b while using it in Matlab 2015
Hi, I have created one app using appdesigner in Matlab2017b. I am trying to use that app in Matalb 2015b. However I am gettin...
約6年 前 | 1 件の回答 | 0
1
回答質問
Matlab 2015b : Does Data Dictionary findVars add inport-outport variable names into Data Dictionary ?
Hi, I am trying to migrate base worksapce data to simulink data dictionary. I have created Data dictionary from Model Explore...
約6年 前 | 0 件の回答 | 0
0
回答質問
Simulink Design Verifier - No-Test Case
Hi, I am running Design Verifier to generate test cases. After execution, I get below response, "Test generation completed...
約6年 前 | 1 件の回答 | 0
1
回答質問
Is it possible to get list of Simulink model Autosar CompuMethods from command line interface ?
Hi, I want to list down the compu-methods available in model generated by ARXML importer. I have to do it for set of componen...
約6年 前 | 1 件の回答 | 0
1
回答質問
What is the difference between Simulink Test toolbox and Simulink Design Verifier toolbox
Greetings, I am working as Software developer since last few years. I need some expert's advise in testing the model on Matla...
約6年 前 | 1 件の回答 | 0
1
回答回答済み
Download MATLAB webinars
If you are not able to download it, try to record video using software like camcoder or simply using powerpoint. 1. Open Mi...
Download MATLAB webinars
If you are not able to download it, try to record video using software like camcoder or simply using powerpoint. 1. Open Mi...
6年以上 前 | 0
質問
Pythons unpack_From in Matlab
Greetings! I am receiving some data over UDP in form of array of integers. For example y= [ 67 36 73 43] this is the d...
7年以上 前 | 1 件の回答 | 0
1
回答回答済み
Creating a loop to receive data from multiple files
Hey there, I am not understanding what is exactly stopping you to do this ? I guess, you are not doing it because of time const...
Creating a loop to receive data from multiple files
Hey there, I am not understanding what is exactly stopping you to do this ? I guess, you are not doing it because of time const...
約8年 前 | 0
回答済み
how to hide a binary image within an rgb image?
I have written a simple code... clear all; host=imread('flowers.jpg'); signature=im2bw(imread('signature.tif')); ...
how to hide a binary image within an rgb image?
I have written a simple code... clear all; host=imread('flowers.jpg'); signature=im2bw(imread('signature.tif')); ...
9年弱 前 | 0
回答済み
How i can obtain image from web cam at regular time interval to do real time processing
Try to use following code function VideoDemo global indx global vHandle vHandle=videoinput('winvideo'); start(v...
How i can obtain image from web cam at regular time interval to do real time processing
Try to use following code function VideoDemo global indx global vHandle vHandle=videoinput('winvideo'); start(v...
11年弱 前 | 0
回答済み
While loop & time consumption
I guess you have defined some functions like acceleration,speed. May be these functions take too much of time. Best way to an...
While loop & time consumption
I guess you have defined some functions like acceleration,speed. May be these functions take too much of time. Best way to an...
11年弱 前 | 0
| 採用済み
回答済み
Matlab editor - how do I change where the editor automatically enters carriage return
Hi, I think following path will definitely solves your problem, Matlab->File->Preferences->Editor/Debugger->Display->Language ...
Matlab editor - how do I change where the editor automatically enters carriage return
Hi, I think following path will definitely solves your problem, Matlab->File->Preferences->Editor/Debugger->Display->Language ...
11年弱 前 | 2
| 採用済み
回答済み
Matlab editor - how do I change where the editor automatically enters carriage return
You can set limit at following path Goto Matlab->File->Preferences->Editor/Debugger->Display
Matlab editor - how do I change where the editor automatically enters carriage return
You can set limit at following path Goto Matlab->File->Preferences->Editor/Debugger->Display
11年弱 前 | 1
回答済み
finding out phase shift in time domain from FFT result
Search 'fft phase' in Matlab help menu.
finding out phase shift in time domain from FFT result
Search 'fft phase' in Matlab help menu.
11年弱 前 | 0
回答済み
matlab codes for face detection from a web cam video
Its not a small code. The better way is, you just go through different steps. 1.First understand how to use webcam in matla...
matlab codes for face detection from a web cam video
Its not a small code. The better way is, you just go through different steps. 1.First understand how to use webcam in matla...
11年弱 前 | 0
| 採用済み
回答済み
gui takes prettty much time for launching?
You can use following code to run slideshow because it will run in background. function slideshow global indx indx=1;...
gui takes prettty much time for launching?
You can use following code to run slideshow because it will run in background. function slideshow global indx indx=1;...
11年弱 前 | 0
| 採用済み
回答済み
Obtaining 3-d polygon in Matlab, by picking points.
Hope this help you... use following code... function MainPlotPoly global POINTS POINTS=[]; hax=gca; axis([0 10 0 10 -5 5])...
Obtaining 3-d polygon in Matlab, by picking points.
Hope this help you... use following code... function MainPlotPoly global POINTS POINTS=[]; hax=gca; axis([0 10 0 10 -5 5])...
11年弱 前 | 0