Community Profile

photo

Ravi


RCI

Active since 2013

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

View badges

Content Feed

View by

Question


In 2016b, i cannot able to see the Code Generation Tab in Configuration parameters, I have Embedded Coder License
I have MATLAB R2016b, I cannot able to Generate a code since there is no code generation tab, also Simulink is not showing sugge...

6 years ago | 1 answer | 0

1

answer

Answered
How can I use codegeneration with MATLAB R2012b?
just mex -setup add any compiler u have or else add matlab compiler itself.. Then create a subsystem for the blocks which u ...

10 years ago | 0

Question


Error in HDL code generation?
I have a digital PLL model In that i have na state flow model with simple code. when i click configuration parameters-> HDL Code...

10 years ago | 1 answer | 0

1

answer

Question


IR Lengths Detection issue in Hardware Co-Simulation?
System Generator -> Hardware Co-Simulation -> New Compilation Target. I have given Frequency, pin location and in JTAG option...

10 years ago | 0 answers | 0

0

answers

Question


Can anyone explain the procedure for "Early Late Gate Time Recovery"?
Hello friends, i need to know the functionality of that block. What input need to be connected and how can we check the outputs ...

10 years ago | 0 answers | 0

0

answers

Answered
How to include s-functions in a "library model"?
Open an empty library model. Copy all your models into that library. Create an .m file to run your library. Copy it in the wo...

10 years ago | 0

| accepted

Question


How to use From Workspace block in Cyclic Repetition Mode?
I have 1000 values in excel file. I need to Plot or Display these 1000 values in Cyclic Repetition Mode. I imported these ...

10 years ago | 0 answers | 0

0

answers

Question


Data received from external board should visible in Simulink Display?
I am using Matlab 2010, In S-function builder, When i receive data from external device (board), it should display in the Simula...

10 years ago | 0 answers | 0

0

answers

Answered
Warning: Unable to set the selected source. Perhaps the device is in use.
Color space that your camera returns data in is not RGB i think so. This is a common issue for many webcams. The commands common...

10 years ago | 0

Answered
why we should use Zero Order Hold or Unit Delay before fuzzy block on simulink?
The Zero-Order Hold block holds its input for the sample period you specify. The block accepts one input and generates one outpu...

10 years ago | 0

| accepted

Answered
how can I express error message in text
By using deploytool we can make .exe file... So GUI's wont work when made into application format... try with "mbuild -setup...

10 years ago | 0

Answered
In GUI, I have a push button. I want that when this push button is pressed a text file which created before opens automatically without choosing a file..
In pushbutton callback, text=fileread('C:\.....\readme.txt'); set(handles.text1,'String',text)

10 years ago | 0

| accepted

Answered
MATLAB R2013a is not installing.
Is it 32-bit 0r 64 bit.... Both your system & MATLAB 32 or 64 bit should match... I thnk some files are missing in your folder.....

10 years ago | 0

Question


How to diplay the printf statement which is written in S-function?
Hello MATLAB Frndzz, I am using R2011b linux version... In s-function i have used printf statement like printf("Unable to ope...

10 years ago | 2 answers | 1

2

answers

Answered
Error running GUI outside of GUIDE
Click GUI icon on toolbar or Type GUIDE in Command Window... Then GUI window opens.... Click Open Existing GUI... Open the GUI c...

10 years ago | 0

Answered
Is there any limitation of line of code in S-function creation?
one is we can use S-function builder... the other is creating those 55 modules in a library of simulink and can access using sin...

10 years ago | 0

Answered
Why do the functions fread and fwrite take so long to run in Matlab?
Why cant you use S-functions & i am reading some 1 lakh data line or values within seconds.... Firstly you send your code & wha...

10 years ago | 0

Answered
I have a problem regarding static text box in GUI
if values are stored in a text file... In GUIDE there is an option called Axes... u can use pushbutton & axes for plotting that...

11 years ago | 0

Question


I cannot run this file-io-c-s-function?
<https://www.mathworks.in/matlabcentral/fileexchange/13438-file-io-c-s-function-example> If i run this model, i got the follo...

11 years ago | 0 answers | 0

0

answers

Answered
Can not find the comb filter or notch filter in my processing toolbox?
http://www.mathworks.in/help/dsp/ref/filterbuilder.html or You can just type help iirnotch and then see the following example...

11 years ago | 0

Answered
do you know how to load a mat file?
firstly store your mat-file in current matlab directory. in the command window... type this command.. >> load filename.mat...

11 years ago | 0

| accepted

Question


How to read address locations using s-functions?
We are using Single Board Computer(SBC) of some 3rd party. We have installed MATLAB (R2010a) on that board. We want to read the ...

11 years ago | 1 answer | 0

1

answer

Question


Which is the best book for S-functions in MATLAB?
I need complete information starting from basics to the end in an easy understandable manner... Could any one help me the boo...

11 years ago | 1 answer | 0

1

answer

Question


How to get MATLAB Liscenced version?
Hello,, i need matlab licensed version for my company. Can you help with the procedure to apply and cost details of that.. No...

11 years ago | 1 answer | 0

1

answer

Question


How can i read excel file using S-function builder?
My Matlab Version MATLAB 7.10.0 (R2010a) Can i use C language files concepts in S-function builder, outputs parameter. P...

11 years ago | 0 answers | 0

0

answers