Sachin Ganjare
2012년부터 활동
Followers: 0 Following: 0
Professional Interests:
Automotive Electronics Control
Feeds
답변 있음
Explanation on lqrpilot needed
From Control System Toolbox documentation: <http://www.mathworks.com/help/control/getstart/functions-for-compensator-design.h...
Explanation on lqrpilot needed
From Control System Toolbox documentation: <http://www.mathworks.com/help/control/getstart/functions-for-compensator-design.h...
거의 9년 전 | 0
질문
Unable to access java class/method
With 'methodsview' command I can see all methods of a particular class, but when I try to use method using below syntax, I get f...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to access JAVA Classes/Methods in matlab
Below is my input file: Trade.jar: Contains multiple classes & each class has multiple methods I want to use/invoke method '...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
BVP4C: Error: Unable to solve the collocation equations -- a singular Jacobian encountered
Hello, I am facing "Unable to solve the collocation equations -- a singular Jacobian encountered" error using BVP4C function.Bel...
9년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen.
You can use 'keypress' function along with visibility property of panel in question. Hope it helps!!!
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen.
You can use 'keypress' function along with visibility property of panel in question. Hope it helps!!!
9년 초과 전 | 0
질문
WHat is the upper limit on cyclomatic complexity for AUTOCODE generated with Embedded Coder?
What is the upper limit on cyclomatic complexity for AUTOCODE generated with Embedded Coder? This information is required to ...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
'Decimal Fixed Point Scaling' To 'Binary Fixed Point Scaling' Conversion
How to do 'Decimal Fixed Point Scaling' To 'Binary Fixed Point Scaling' Conversion? Eg; Phyzical value of x = 10.7 'x' ...
10년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Simulink Block Error - Solver configuration?
It could be due to 'divide by zero' case in your model. Refer the link below: http://www.mathworks.co.uk/matlabcentral/answe...
Simulink Block Error - Solver configuration?
It could be due to 'divide by zero' case in your model. Refer the link below: http://www.mathworks.co.uk/matlabcentral/answe...
11년 초과 전 | 0
답변 있음
Plot a figure as time progresses?
Refer link below: http://www.mathworks.in/matlabcentral/fileexchange/35251-matlab-plot-gallery-animation/content/html/Animati...
Plot a figure as time progresses?
Refer link below: http://www.mathworks.in/matlabcentral/fileexchange/35251-matlab-plot-gallery-animation/content/html/Animati...
11년 초과 전 | 0
답변 있음
Which matlab simulation tool will be useful for Designing Wireless Sensor Networks?
Refer link below: http://www.mathworks.co.uk/matlabcentral/answers/37726-wireless-sensor-networks Hope it helps!!!
Which matlab simulation tool will be useful for Designing Wireless Sensor Networks?
Refer link below: http://www.mathworks.co.uk/matlabcentral/answers/37726-wireless-sensor-networks Hope it helps!!!
11년 초과 전 | 0
답변 있음
How do I feed data into a simulink model from a .m file?
If I understand your question correctly; Define array variable in m file with a specific name (Eg. arr_1mil). Load this file ...
How do I feed data into a simulink model from a .m file?
If I understand your question correctly; Define array variable in m file with a specific name (Eg. arr_1mil). Load this file ...
11년 초과 전 | 0
| 수락됨
답변 있음
How to Generate a Random Data with 100 KHz and 500 KHz frequency
Refer below link: http://stackoverflow.com/questions/9199019/how-can-i-generate-a-sine-wave-with-different-frequencies-using-...
How to Generate a Random Data with 100 KHz and 500 KHz frequency
Refer below link: http://stackoverflow.com/questions/9199019/how-can-i-generate-a-sine-wave-with-different-frequencies-using-...
11년 초과 전 | 0
답변 있음
HOw to change original fingerprint image to transformed form either in cartesian transformation or in polar transformation
Refer below link: www.csse.uwa.edu.au/~pk/research/matlabfns/ Hope it helps!!!
HOw to change original fingerprint image to transformed form either in cartesian transformation or in polar transformation
Refer below link: www.csse.uwa.edu.au/~pk/research/matlabfns/ Hope it helps!!!
11년 초과 전 | 0
| 수락됨
답변 있음
Decimal random number generator
out = rand(1, 1); decimal_out = floor(out * 100000000); decimal_out = decimal_out\100000000;
Decimal random number generator
out = rand(1, 1); decimal_out = floor(out * 100000000); decimal_out = decimal_out\100000000;
거의 12년 전 | 0
답변 있음
ANOVAN: Undefined function or variable "denommat"
I think you do not have the file in your matlab path, wherein "denommat" function is defined.
ANOVAN: Undefined function or variable "denommat"
I think you do not have the file in your matlab path, wherein "denommat" function is defined.
거의 12년 전 | 0
답변 있음
How to use a matlab code in simulink block?
Use Matlab function block from simulink library.
How to use a matlab code in simulink block?
Use Matlab function block from simulink library.
거의 12년 전 | 0
답변 있음
how to write data to xls sheet?
Check the type of workspace output variable using "whos ,var_name". It could be a problem with type of data being written in exc...
how to write data to xls sheet?
Check the type of workspace output variable using "whos ,var_name". It could be a problem with type of data being written in exc...
거의 12년 전 | 0
답변 있음
I am new to Matlab and using the library code for A* algorithm. I am unable to understand the array notation in it. The code snippet is as given below. I am unable to identify that which element it is access with OPEN(1,1), please help me out.
insert_open function is returning a row of values. OPEN(1,1) means 1st element of the row returned by insert_open function
I am new to Matlab and using the library code for A* algorithm. I am unable to understand the array notation in it. The code snippet is as given below. I am unable to identify that which element it is access with OPEN(1,1), please help me out.
insert_open function is returning a row of values. OPEN(1,1) means 1st element of the row returned by insert_open function
거의 12년 전 | 0
답변 있음
create a random signal
Refer below link: http://www.staff.vu.edu.au/msek/FFTfile.html#6 Hope it helps!!
create a random signal
Refer below link: http://www.staff.vu.edu.au/msek/FFTfile.html#6 Hope it helps!!
대략 12년 전 | 0
답변 있음
how to implement linear eauation from points (x1,y1),(x2,y2),(x3,y3),(x4,y4) and so on in xy plane in matlab
Refer below link: http://www.mathworks.in/help/matlab/math/systems-of-linear-equations.html Hope it helps!!!
how to implement linear eauation from points (x1,y1),(x2,y2),(x3,y3),(x4,y4) and so on in xy plane in matlab
Refer below link: http://www.mathworks.in/help/matlab/math/systems-of-linear-equations.html Hope it helps!!!
대략 12년 전 | 0
답변 있음
How to put Delay in simulink blocks
You can use unit delay block. Hope it helps!!
How to put Delay in simulink blocks
You can use unit delay block. Hope it helps!!
대략 12년 전 | 0
답변 있음
Forming the block in simulink
Refer link below: http://www.mathworks.com/matlabcentral/answers/6148 Hope it helps!!!!
Forming the block in simulink
Refer link below: http://www.mathworks.com/matlabcentral/answers/6148 Hope it helps!!!!
대략 12년 전 | 0
답변 있음
Find the border of the image
Refer below link: http://stackoverflow.com/questions/5265837/find-outlines-borders-of-label-image-in-matlab Hope it helps!...
Find the border of the image
Refer below link: http://stackoverflow.com/questions/5265837/find-outlines-borders-of-label-image-in-matlab Hope it helps!...
대략 12년 전 | 0
답변 있음
Problem with running simulink block diagram in discrete mode
Check your output min & max values in block configuration.
Problem with running simulink block diagram in discrete mode
Check your output min & max values in block configuration.
대략 12년 전 | 0
답변 있음
what is the need rgb to hsv conversion?
Because some devices only support hsv color specs. Refer below link for detials: http://www.mathworks.in/help/images/conve...
what is the need rgb to hsv conversion?
Because some devices only support hsv color specs. Refer below link for detials: http://www.mathworks.in/help/images/conve...
대략 12년 전 | 0
| 수락됨
답변 있음
i wanted to display binary image in blue color...
You can use 'ColorOrder' property. http://www.mathworks.in/help/matlab/ref/axes_props.html
i wanted to display binary image in blue color...
You can use 'ColorOrder' property. http://www.mathworks.in/help/matlab/ref/axes_props.html
대략 12년 전 | 0
| 수락됨
답변 있음
in data acquisition start and extract data should be inside the loop or outside
Rfere link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/261808 Hope it helps!!
in data acquisition start and extract data should be inside the loop or outside
Rfere link below: http://www.mathworks.com/matlabcentral/newsreader/view_thread/261808 Hope it helps!!
대략 12년 전 | 0
| 수락됨
답변 있음
how to find mutual information between two images?
Refer below link: http://www.mathworks.com/matlabcentral/fileexchange/13289-fast-mutual-information-of-two-images-or-signals ...
how to find mutual information between two images?
Refer below link: http://www.mathworks.com/matlabcentral/fileexchange/13289-fast-mutual-information-of-two-images-or-signals ...
대략 12년 전 | 0
답변 있음
i wanted to mark a point in the center of an image
[rows columns numberOfColorChannels] = size(yourImage); y_center = rows / 2; x_center = columns / 2;
i wanted to mark a point in the center of an image
[rows columns numberOfColorChannels] = size(yourImage); y_center = rows / 2; x_center = columns / 2;
대략 12년 전 | 1
| 수락됨