photo

somesh nandi


Last seen: 1 year ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
37,186
of 301,296

REPUTATION
1

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
1

RANK
 of 21,225

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,832

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Hi sir i am trying to convert matlab to vhdl but during test bench generation i am getting error like "error using divide",please guide to over come this error
## Begin Test Bench generation. Error using divide (line 169) Division by zero detected. Early termination due to div...

10 years ago | 2 answers | 0

2

answers

Question


hi sir i am working on hdl coder while converting the simulink block to hdl i am getting the error like"type conversion involving struct type is not allowed"how to over come this error
hi sir i am working on hdl coder while converting the simulink block to hdl i am getting the error like"type conversion involvin...

10 years ago | 1 answer | 0

1

answer

Question


Hi sir i am working on hdl coder and i am stuck with error like "FOUND UNSUPPORTED DIVISION EXPRESSION FOR HDL CODE GENERATION SIGNED INPUT DATA TYPE IS NOT SUPPORTED FOR DIVISION WITH FLOOR MODE",i
Hi sir i am working on hdl coder and i am stuck with error like "FOUND UNSUPPORTED DIVISION EXPRESSION FOR HDL CODE GENERATION S...

10 years ago | 2 answers | 0

2

answers

Question


Hi sir while converting my matlab to HDL code i am facing the error like hdl code generation does not support 2D matrix as function inputs?
Hi sir while converting my matlab to HDL code i am facing the error like hdl code generation does not support 2D matrix as funct...

10 years ago | 1 answer | 1

1

answer

Question


Hi sir i am working in hdl coder while converting my matlab code it is showing error that asin is not supported for conversion,how should i overcome this pbm.Is asin is supported for code generation in latest matlab version.please help
Is there any alternative for asin function which will support for Hdl code genaration,please suggest how to overcome this proble...

10 years ago | 1 answer | 0

1

answer

1

answer

1

answer

Question


hi i am trying to generate the taylors series ,here i am attaching the code where i am going wrong.i am not getting the accurate ans
function[y] = tesr(a,x_rad,d,i,d_fact) y = power(a,i)*power(x_rad,d)*(1/d_fact) end script file x = 0:10:...

10 years ago | 0 answers | 0

0

answers

Question


hi sir i am trying to implement y = x- x^3/6+x^.5/120 basically its taylors series,i have written the code but i am not geeting the desried ouput,plz guide whre i am going wrong
function file function[y] = tayl(a,x,d,d_factorial) y = 0 y = y+[(power(a,i)*power(c,d))]/d_factorial end SCRIPT FI...

10 years ago | 1 answer | 0

1

answer

Question


Hi sir, I have using the matlab 2012b version and i am getting an error that function call failed while converting my code to hdl
this my matlab code function [ y] = tesr (x,n) x = 10; x_rad = (pi/180)*x; b = 0; y = zeros(1,n); for i ...

10 years ago | 1 answer | 0

1

answer