photo

krishna teja


Last seen: oltre un anno fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

All
MATLAB Answers

5 Domande
10 Risposte

File Exchange

3 File

Cody

0 Problemi
10 Soluzioni

RANK
3.651
of 300.381

REPUTAZIONE
15

CONTRIBUTI
5 Domande
10 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
8

RANK
8.788 of 20.941

REPUTAZIONE
90

VALUTAZIONE MEDIA
5.00

CONTRIBUTI
3 File

DOWNLOAD
11

ALL TIME DOWNLOAD
786

RANK
37.262
of 168.477

CONTRIBUTI
0 Problemi
10 Soluzioni

PUNTEGGIO
117

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • Solver
  • First Submission
  • Explorer
  • First Review
  • 3 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Convert a list x y coordinates to lat long
local2latlon should help ...

circa 4 anni fa | 0

Domanda


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

oltre 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 0 risposte | 1

0

risposte

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

oltre 5 anni fa | 0

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

oltre 5 anni fa | 2

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

oltre 5 anni fa | 2

Risposto
Plotting Multiple Graphs in a 3D form
use waterfall command. customisations available for it

oltre 5 anni fa | 0

Risposto
One-Step a Simulink Simulation from the MATLAB command line
check this Save and Restore Simulation Operating Point

oltre 5 anni fa | 0

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
Reinforcement 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

oltre 5 anni fa | 0

Risposto
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); % ...

quasi 6 anni fa | 2

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

quasi 6 anni fa | 1

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta