Community Profile

photo

Renish Ramegowda


Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: Mathematical Modelling, Model Based Development,Control Systems, Signal Processing

Statistics

All
  • Revival Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
LNK1181: cannot open input file "kernel32.lib"
Hi Ajith, Please follow the below steps and you can resolve the issue. When you run >> mex -setup command on your command ...

9 years ago | 1

Question


Using cell offset in Excel sheet from Matlab
ExcelFileName = 'Results.xls'; % COM Object for Excel application h = actxserver('Excel.Application'); se...

9 years ago | 1 answer | 0

1

answer

Question


Creation of vector in Simulink with Index and length provided
If I have a Index = 8 and Length = 3, then I need to create a vector in simulink model as [8, 7, 6]. If the change the Length = ...

9 years ago | 0 answers | 0

0

answers

Question


libraries links needs to be modified via script
Hello All, I'm trying for code generation and i'm facing problem with the library version issue. I have a matlab model which ...

9 years ago | 0 answers | 0

0

answers

Answered
Matlab model for Array of structure possible?
I found a way to resolve it. Use class files to define the ENUM Use simulink.bus and Simulink.BusElement to define your STRU...

10 years ago | 0

| accepted

Question


Matlab model for Array of structure possible?
Can anybody help me by guiding the way to model below piece of code? Its array of structure and I wrote class files for Enum and...

10 years ago | 1 answer | 0

1

answer