提问


Improving MATLAB programme to make it Run faster
Hello all, I have written a MATLAB programme to plot my simulation results. Programme is as follows: tic clc; clear all; cl...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Reading DC motor speed with encoder in SImulink using arduino
Till R2021a, the encoder block supports only encoders on motor carrier shield which is specifically for MKR boards and Nano 33 I...

3 years 前 | 0

| 已接受

已回答
Error in Simulink when using arduino uno for motor speed reading
I found that when i use arduino Uno board for this application (motor speed reading), I get error at around 20000 counts/sec (10...

3 years 前 | 0

| 已接受

提问


Bootloader port of Arduino MKR 1010 not detecting in Simulink
Hello, I am using arduino MKR 1010 board to read the speed of my motor using Encoder Block of simulink. When i connect my MKR ...

3 years 前 | 0 个回答 | 0

0

个回答

提问


how to find bootloader port for arduino MKE 1010 for simulink
Hello, I tried to use Arduino MKR1010 board for reading the speed of a motor. But, it gives me an error. Error says: The fol...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Error in Simulink when using arduino uno for motor speed reading
Hello, I am reading the speed of a maxon EC motor (brush less) on simulink using arduino uno. The encoder is mounted on (connec...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Simulink error message when running the model on arduino uno
I am the one who posted this question, and I found the solution. So, i thought I should share it here. The problem was due to p...

3 years 前 | 0

| 已接受

提问


Simulink error message when running the model on arduino uno
Hello, I am trying to run a simulink model in arduino Uno. But whenever i click on the "Monitor and Tune" button, it gives me a...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Which Arduino board (Name) can be used to read the speed directly using the Encoder block of Simulink?
Hi, I am using Arduino Uno to read the Speed of my motor using simulink Encode block, But simulink says Uno board can not be us...

3 years 前 | 2 个回答 | 0

2

个回答

提问


increasing the sampling frequency in simulink to read input pulses from digital (PWM) pin of arduino
Hi, I am reading the pulses coming out of a motor to the digital pin of Arduino Uno. The number of pulses that i am getting fro...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to count number of pulses in a signal in Simulink
I have a signal (containing pulses) comming out of an encoder of a motor. I want to count the number of pulses present in the si...

3 years 前 | 2 个回答 | 1

2

个回答

提问


How to use (convert) arduino IDE code in Simulink?
HI, I have a code on arduino IDE. I want to use it (definitely it can not be used directly, some modifications might be require...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to connect load cell (with HX711 and arduino) to simulink
Hello, I am trying to use Load cell with HX711 to read the weight on Simulink through arduino. I tried to search a lot, but did...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Reading DC motor speed with encoder in SImulink using arduino
Hello, I want to read the speed of my small DC motor using encoder, in Simulink using arduino. Please suggest me any approach or...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Convert analog output to digital//PWM with arduino in Simulink
Hello, I want to convert output of the potentiometer to PWM/digital output, in Simulink, for my arduino project. Please help me...

3 years 前 | 1 个回答 | 0

1

个回答

提问


ODE 45 to solve coupled ODE
Hello, I have written a code to solve a system of coupled second order differential equations using ODE 45. I wrote this code...

3 years 前 | 1 个回答 | 0

1

个回答

提问


solving coupled system of second order differential equations
Hello everyone, I want to solve a "second order coupled ordinary differential equation". I searched a lot but could not find th...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Integration of a function which has limits in terms of parameters
Hi, I have a function f3(t), defined as clc; clear all; syms t L rho m L n T k G v N(t) = (T*L/2)*(n*pi/L)^2+k*sin(n*p...

3 years 前 | 1 个回答 | 0

1

个回答