Community Profile

photo

Bhuvnesh Rathor


Last seen: 1 year ago Active since 2016

Professional Interests: Matlab-Simulink power system design, power electronics ,image processing, DSP, GUI, Hardware, Control System, Fuzzy Logic

Statistics

All
  • Revival Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Content Feed

View by

Answered
Mat file contains 350 values. How to convert large mat file into csv file?
Conversion Of .Csv File To .Mat File and Plot the Values in a Graph complete matlab program here

3 years ago | 0

Answered
Control Servo Motor
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Servo Motor and MATLAB
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
How can I control the direction of the servo motor in simulink?
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Controlling a Servo Motor without an Arduino/Raspberry Pi
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Simulation of servo motor
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Servo motor controlling using MATLAB
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
control servo motor in robot
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
How do connect this servo motor correctly?
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Matlab control two servo motor rotation
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
dc servo motor sinyal deneyinde amaç nedir nasıl yapılır ?
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
simple program to run a servo motor using matlab-arduino uno.
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
how to apply a pwm signal to dc servo motor using pid controller?
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Servo control without controller
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Servo control, using Matlab
Servo Motor transfer function Using MATLAB Servo Motor Servo Motor are likewise called Control motors and utilized in feed...

3 years ago | 0

Answered
Home PC or workstation for MATLAB?
Minimum Specifications for MATLAB Software Processor - i3, i5, RAM 4 GB Hard Disk – 500 GB Graphics Card- 2 GB Window Any ...

3 years ago | 0

Answered
Is I5 9400f processor is sufficient for deep learning, performing models,Monte Carlo simulation and other heavy works on Matlab
no need high configuration for matlab sufficiante laptop here https://www.matlabsimulink4et.co/2020/08/best-laptop-for-matlab...

3 years ago | 0

Submitted


Economic Load dispatch Calculator
Calculate the power , value of lambda and total cost

5 years ago | 3 downloads |

Thumbnail

Answered
How do I get in touch with the person who built the 24-hour Simulation of a Vehicle-to-Grid (V2G) System model in Matlab examples?
i also want to paper and technical data that how to modelling of pv and wind in phasor mode by simple model in 24 hour vehicle t...

7 years ago | 0

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

7 years ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

7 years ago

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...

7 years ago

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 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:...

7 years ago