Community Profile

photo

ECE09 ITBHU


IIT BHU

Active since 2011

Professional Interests: GPS GLONASS GALILEO RECEIVER

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Content Feed

View by

Question


Subscripting into an mxArray
given below is a part of the code i am writing for kalman filter but got error while converting from .m to .c/.c++ white_ga...

8 years ago | 1 answer | 0

1

answer

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 years ago

Question


MATLAB TO VRILOG FOR FPGA IMPLEMENTATION
I have written .m files and checked out my results of the code. i found it to be giving right result. Now i need to bring this ...

12 years ago | 1 answer | 0

1

answer

Question


mxarray error
given below is a part of the code i am writing for kalman filter but got error while converting from .m to .c/.c++ >> white...

12 years ago | 0 answers | 0

0

answers

Question


coder.extrinsic
every time i try to convert some matlab file using any pre-defined functions in between i am instructed by code generation repo...

12 years ago | 2 answers | 0

2

answers

Question


matlab coder error
i tried to convert a function from matlab to c. the function,s part accounting for error is:_ >> a=input('code no'); if ...

12 years ago | 2 answers | 0

2

answers

Question


matlab to c
I converted a function using matlab using matlab coder. in .m file i had declared:---- >> a.b = 37000; a.c = 8; ...

12 years ago | 2 answers | 0

2

answers

Question


matlab coder--error while converting .m file.
I am trying to convert .m to .c but i ma getting following error---- >>this text contains some non-empty top-level expressi...

12 years ago | 2 answers | 0

2

answers

Question


cd work
i typed cd work in command window but follwing error: cd work Caught "std::exception" Exception message is: Message Catalo...

12 years ago | 1 answer | 0

1

answer

Question


matlab coder error
I am converting a function from.m to .mex using matlab coder but i got following error with the screen still showing generating....

12 years ago | 0 answers | 0

0

answers

Question


matlab coder 2.0
will matlab coder downloaded seperately work with matlab 2009? if yes suggest any link from where i can get matlab coder for ...

12 years ago | 3 answers | 0

3

answers

Question


matlab 2011
link for free matlab2011 with MATLAB CODER tool box?

12 years ago | 2 answers | 0

2

answers

Question


matlab to c conversion
I have developed my code in matlab. It consists of nested loops (8 external loops each having 37000 loops). Thus i plan to conv...

12 years ago | 2 answers | 0

2

answers