![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9088599_1577119019882.jpg)
krishna teja
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
3.549
of 297.016
REPUTACIÓN
15
CONTRIBUCIONES
5 Preguntas
10 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
9.099 of 20.419
REPUTACIÓN
80
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
3 Archivos
DESCARGAS
12
ALL TIME DESCARGAS
689
CLASIFICACIÓN
35.006
of 157.687
CONTRIBUCIONES
0 Problemas
10 Soluciones
PUNTUACIÓN
117
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Reindex a vector
You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX has integers. Place th...
alrededor de 1 año hace
Resuelto
Determine whether a given point is inside or outside a polygon
A closed polygon may be described by an N x 2 array of nodes, where the last node and the first node are the same. Each row of t...
alrededor de 1 año hace
Enviada
Animate audio recording in realtime
Animate audio recording in realtime
más de 2 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1eae645b-0fec-40c2-88aa-ccd97f0118a7/452a3508-1c65-4267-bec2-494ecf015fc4/images/1665326197.png)
Convert a list x y coordinates to lat long
local2latlon should help ...
más de 3 años hace | 0
Pregunta
matlab parpool too slow to open
Hi Why does parpool take so long to open, especially on windows? On linux it opens fast within a minute, but in windows 10 it t...
casi 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How to set run-time parameter for all simscape(/multibody) blocks in a file?
I just realised, by default all simscape (/multibody) blocks' parameters are compile time meaning any changes to any of the bloc...
casi 4 años hace | 1 respuesta | 0
1
respuestaResuelto
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
más de 4 años hace
Resuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
más de 4 años hace
Resuelto
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
más de 4 años hace
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
más de 4 años hace
Resuelto
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
más de 4 años hace
Resuelto
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
más de 4 años hace
Resuelto
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
más de 4 años hace
Resuelto
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:...
más de 4 años hace
Pregunta
pass non-numeric data to simulink
i want to evaluate a dlnetwork object in simulink. output of dlnetwork (type casted to double) will drive other blocks i have u...
más de 4 años hace | 0 respuestas | 1
0
respuestasEnviada
slider crank mechanism
This is a simple implementation of slider-crank mechanism in simscape multibody
más de 4 años hace | 10 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/25b1d08c-83aa-4b8a-adb0-ca1517ba2b45/269fa48c-3082-4047-9687-1de209f48d3f/images/screenshot.png)
Simulation of a rolling wheel on a flat surface using SimMechanics contact forces library block
hi, i have faced this issue before and approximated using sphere to plane contact (from Mr Steve Miller's contact force library...
más de 4 años hace | 0
Multiple 2D plot in 1 3D plot
use waterfall command example Nactions = 5; Ntime = 5; x = (1:Nactions); % actions y = (1:Ntime); % time [X,Y] = meshgrid(...
casi 5 años hace | 2
Multiple 2-D area plots in a 3-D graph
use watefall command it does exactly same as what you want Nactions = 5; Ntime = 5; x = (1:Nactions); % actions y = (1:Nt...
casi 5 años hace | 2
Plotting Multiple Graphs in a 3D form
use waterfall command. customisations available for it
casi 5 años hace | 0
Run one step of a simulink model, switch to an m-file, calculate, switch back to the model, run model with new calculated data. (Step wise Simulink execution)
check this Save and Restore Simulation Operating Point
casi 5 años hace | 0
One-Step a Simulink Simulation from the MATLAB command line
check this Save and Restore Simulation Operating Point
casi 5 años hace | 0
Pregunta
how to use GPU for actor and critic while env simulation happens on multiple cores for RL training
hi i am new to GPU computing. i am using reinforcement learning toolbox - particularly rlACAgent training happens normally on...
casi 5 años hace | 1 respuesta | 0
1
respuestaReinforcement Learning - How to use a 'trained policy' as a 'controller' block in SIMULINK
hi use reshape block to set observation vector to column vector before feeding to matlab interpreter block
alrededor de 5 años hace | 0
How to solve this equation with ode45?
yes, you are right, you should split equations function dydt = ode45fcn(t,y) p = 2.67; a = 0.25; ag = 0.5*sin(4*pi*t); % ...
alrededor de 5 años hace | 2
Transfer function G(s) with plot or data
hi you could use np = 2; % number of poles nz = 1; % number of zeros exp_data = readmatrix('data.csv'); %read data u = exp...
alrededor de 5 años hace | 1
Pregunta
how to import fmu from AMESim to Simulink?
can anybody help in import in FMUs (functional mockup units) from AMESim to Simulink? i created a simple fmu interface in AMESi...
alrededor de 5 años hace | 1 respuesta | 0