kintali narendra
Followers: 0 Following: 0
Estadística
32 Preguntas
9 Respuestas
CLASIFICACIÓN
3.878
of 295.467
REPUTACIÓN
14
CONTRIBUCIONES
32 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.63%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Altering the time-step size.
use a ramp signal to with a slope of 0.25
alrededor de 1 año hace | 0
Pregunta
Number of values stored are more than the ratio of stop Time/Step size ?
I am using presistance variables as cells to store values in the Matlab Interpreted block of simulink, My Step Size is 0.001 and...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaHow to take a value between two values
make small changes in the if statement. The code given below is the right way to use if. if (10.2 <= d) && (d < 13) r = 1....
alrededor de 1 año hace | 0
| aceptada
Pregunta
How to use save in matlab function block ?
In the matlab function block - I used Save function to save few variable into the .mat file. When I ran the simulink, I am getti...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to find One's complement of floating point variable ?
Hi, I used Simulink Bitwise Not operator to find the one's complement of uint8 type variable. Now I want to find one's compl...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Issues with Breaking while loop in Appdesigner.
I need to break while loop - which reads a sensor value - I want to break the while loop when pushbutton is pressed. I tried u...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab program for dspace ControlDesk.
Through program I want to control dspace "ControlDesk" software. None of the tutorials and videos available online doesnt speak ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to Increment a constant value every time when I run the simulink ?
I want to keep a track of how many times my simulink model is run ? without using persistant variable and I also want to reset a...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading ASCII values from serial COM port
Hi all I tried reading ASCII values from barcode scanner(through serial port) into ML using the following program delete(in...
más de 6 años hace | 0 respuestas | 0
0
respuestasHow to extract number of fields and name of fields from a structure?
use length(fieldnames(structure)) to find the number of fields in a structure. In your case it is *length(fieldnames(s))*. To...
casi 7 años hace | 3
Pregunta
How to implement this function using Matlab.
Hi I need to implement this function using matlab, where x and t are variables. <</matlabcentral/answers/uploaded_files/8559...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to call a character saved in 'uicontrol' 'string'?
I created a *for* loop using *uicontrol* for creating *pushbuttons* as number of pushbuttons vary dynamically. here is my code:...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to update comparison expression as the loop updates ?
I need to update my comparison expression , I dont know how to do it. All my comparison expressions are stored in a cells. ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to produce a pulse for 10Microseconds?
I am programming my Arduino from matlab(I installed supporting package), in order to use Ultrasonic sensor I need to produce a t...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to make a program to consider, even the decimal values of the calculated data?
In the program I need to find inverse of a number, but when I find inverse it is rounding it to ZERO. I tried "double" and "form...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to map the values from 0-320 to 0-29
Hi, I want to map values using matlab, but I don't know,How to do it. I want to map 0-320 to 0-29.There are many such mappings ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read Ethernet port using Matlab?
I have to read the data provided by ScaLa(B2)-LIDAR,through a Ethernet port. In general Ibeo software is used to read the data f...
alrededor de 8 años hace | 3 respuestas | 0
3
respuestasHow to run simulink from matlab script, pause the simulation, change constant values, and continue the simulation
"sim" is the name of the function which can run the simulation from through programming. check the link below for more details ...
alrededor de 8 años hace | 0
Pregunta
How to read data from arduino bluetooth?
I am successful in sending data from matlab to arduino via Bluetooth, but I am unable to read the data sent by Arduino-bluetooth...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestawhat to do if we get Singularity error in Simscape model?
If we get a singularity error we need to add delay to the feedback loop, adding delay is not recommend sometimes so try adding t...
alrededor de 8 años hace | 0
| aceptada
connecting arduino with matlab through bluetooth
Hi Enas, You can use Bluetooth to transmit the commands from Matlab to Arduino, there are different Bluetooth modules which y...
alrededor de 8 años hace | 2
Pregunta
what to do if we get Singularity error in Simscape model?
*There may be a singularity in the solution. If not, try reducing the step size.* Is the error which I am got which ran my mode...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaHow to use both current sensor and voltage sensor of simscape at the same time?
I made a mistake by placing both the sensors is series, by placing voltage sensor in parallel the issue got solved. Thanks gu...
más de 8 años hace | 0
| aceptada
Pregunta
How to use both current sensor and voltage sensor of simscape at the same time?
Hi, Facing problem when I connected current and voltage sensor to same line. I can only see either current or voltage but not...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How to combine 3 videos together
I have three video file in .mp4 format, I want them to be played back to back or one after another. Can some body tell me how to...
más de 8 años hace | 1 respuesta | 0
1
respuestaMy sampling time is 0.0001 but I am getting 30000 samples for one second , in my simulation what might be the issue? Please help to find the error.
the issue is ...simulink sends same data thrice to the matlab Interpreted function before the lines in the function gets execute...
más de 8 años hace | 0
| aceptada
what is the problem with the second 'IF' loop ? Program terminates after entering into the loop.
The issue got solved, As I didn't define the variable "n" the program gets terminated, after defining the variable there is no m...
más de 8 años hace | 0
| aceptada
Pregunta
what is the problem with the second 'IF' loop ? Program terminates after entering into the loop.
I am able to enter into the second "IF" but the simulink program terminates after executing the lines in the second "IF" conditi...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the problem with this for loop?
deltaK values are should be "zero" for clock time of 0 - 0.999 sec but its giving the values of 0.1.Please help to solve the is...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
My sampling time is 0.0001 but I am getting 30000 samples for one second , in my simulation what might be the issue? Please help to find the error.
My simulation has fixed time size pf 0.0001 but I am getting 30000 samples for one second,I am using ODE3 solver. I also using a...
más de 8 años hace | 1 respuesta | 0