photo

UDAYA PEDDIRAJU


Last seen: Today Con actividad desde 2023

Followers: 1   Following: 0

Estadística

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Obtaining posterior covariance of GPR using fitrgp and predictExactWithCov
Hi Heein, Dcoumentation for "predictExactWithCov" can be found by right clicking on it and selecting help, you can also see the...

alrededor de 13 horas hace | 0

Respondida
Is it possible to achieve centralized learning in multi-agent RL with a customize function layer which is different among agents?
Hi Gavid, Centralized learning with different observations is tricky. Here are options for your custom function layer setup: P...

3 días hace | 0

Respondida
部分分数展開 residue関数 について
Hi Takumi, The "residue" function in MATLAB is used to perform partial fraction expansion of a given rational transfer function...

3 días hace | 0

Respondida
"power_analyze" and "power_statespace" documentation question.
Hi Cristian, 1) Simulink vs Simscape Electrical Specialized Power Systems: Simulink is the general simulation environment with...

4 días hace | 0

Respondida
Partial Measurement of a quantum system
Hi John, the following snippet shows how to do projective measurements. % Create a quantum circuit with two qubits circuit ...

4 días hace | 0

Respondida
During the installation process of the support package, it was displayed that the system did not start the MATLAB version required for the installation of the support package.
Hi Peter, It seems you're encountering an issue where the standard installation method (install_spportsoftware.exe) isn't launc...

18 días hace | 0

Respondida
Problème avec l'utilisation de la fonction iv4() , méthode de la variable instrumentale
Hi Elouan, I understand you're encountering significant variations in IV method coefficient estimates within your MATLAB code f...

18 días hace | 0

Respondida
MATLAB vs FFT IP core ALTERA Fixed-Point Representation:
Hi Nikolaos, The difference in fixed-point representation is causing the mismatch between your Altera FFT IP core and MATLAB re...

19 días hace | 0

Respondida
Disable MATLABConnector on Linux Cluster
Hi Andrew, To prevent directory creation and job stalls caused by MATLABConnector (R2024a Linux cluster), disable it using one ...

alrededor de 1 mes hace | 0

Respondida
Basic use of Interface.000208DA_0000_0000_C000_000000000046
Hi Mauro, I can help you with those basic tasks using MATLAB Interface (.000208DA_0000_0000_C000_000000000046)! Here's how you ...

alrededor de 1 mes hace | 0

Respondida
"Application install was not successful" when trying to install Matlab app
Hi Simon, Great to know different troubleshooting methods approached by you. you can also try Look for specific error messages...

alrededor de 1 mes hace | 1

Respondida
イメージラベラーで定義した"Line"の(ROI)ラインラベルを学習する方法を教えてください。
Hi Takao, Great! Let's train a lane detection model using your Image Labeler line labels: Ensure your data format works for tr...

alrededor de 1 mes hace | 0

Respondida
Can Matlab work with AD-FMCOMMS5 connected to ZYNQ 7000 AP SoC ZC 702
Hi Tudor, MATLAB can potentially work with your setup for beamforming applications, but it requires additional steps: You have...

alrededor de 1 mes hace | 0

Respondida
Serdes toolbox adapted results log
Hi Ranjit, Finding final CTLE/DFE values in Keysight ADS after running your IBIS-AMI model depends on your setup. Here's how to...

alrededor de 2 meses hace | 0

| aceptada

Respondida
Why load flow do not converge for Kundur two area system with Induction Motor as load?
Hi Sonam, Induction motors in load flow can cause convergence issues. Here's what might help: Verify Motor Model: Ensure accur...

alrededor de 2 meses hace | 0

Respondida
Genetic algorithm with solution of pde toolbox
Hi 현준, Your GA and PDE Toolbox approach for heat transfer optimization is promising! The high memory usage might be due to the ...

alrededor de 2 meses hace | 0

Respondida
Arduino Due CAN bus Communication via Simulink
Hi Min, Simulink's CAN Receive block might not fully support Due's CAN bus. Consider using the S-Function Block for more contro...

alrededor de 2 meses hace | 0

Respondida
PLL phase-locked frequency failure
Hi Xin, Your PLL drift using RTU box 204 likely stems from the unit delay or PI parameters. Unit Delay: Ensure the unit delay ...

alrededor de 2 meses hace | 1

Respondida
Transformation matrix for 3D frame element
Hi Christos, I see you're looking for help with the transformation matrix for 3D frame elements in MATLAB. Since you've alrea...

alrededor de 2 meses hace | 1

| aceptada

Respondida
Exporting C++code to Visual Studio using the Simulink model yields incorrect results
Hi Defeat, Can you try the following solutions? Use a parameterizable Three Phase Source block to define voltages as parameter...

alrededor de 2 meses hace | 0

Respondida
Evaluation of repeated parameter sets in gamultiobj and paretosearch
Hi Dhanesh, In general, these solvers are designed to avoid redundant function evaluations for identical parameter sets. They p...

alrededor de 2 meses hace | 0

| aceptada

Respondida
Serial reading and splitting data needs to be faster
Hi Rick, To speed up converting serial data to a double matrix, focus on the loop that processes each data cell. Here's how: ...

alrededor de 2 meses hace | 0

| aceptada

Respondida
Can wireless network simulator provide DAC quantizatization function?
Hi Zhiwei, While wireless network simulators might not have built-in DAC quantization, here's a workaround: Run your network s...

alrededor de 2 meses hace | 0

Respondida
RIS and raytracing in urban enviroment
Hi Nicolas, This is a possible solution for simulating RIS in your urban ray tracing model with comm.RayTracingChannel: Simula...

alrededor de 2 meses hace | 0

| aceptada

Respondida
Linking failed on dSPACE1006 using 2Level S-function
Hi Hedi, Cause: Linker can't find function definitions from external libraries (FAST_Library.h). Solutions: Configure Build P...

2 meses hace | 0

Respondida
Why does zoom unexpectedly invert sometimes? (App Designer, UIFigures)
Hi Tiberia, Linked Axes: You have 3 linked axes. Consider if "linkaxes" is affecting zoom behavior and test by temporarily disa...

2 meses hace | 0

Respondida
Minimizing/optimizing a function containing multiple arrays?
Hi cbisted, Define a function: This function subtracts a scaled version of the solvent and waterline signals from your data (FT...

2 meses hace | 0

Respondida
Communications Toolbox - AGC module Matlab script does not yield the same output as Simulink block
Hi Mason, The difference between Simulink and MATLAB AGC outputs likely boils down to three things: Data Check: Make sure the ...

2 meses hace | 0

Respondida
Prepare a MATLAB code that develop Response Spectrum (Acceleration & Time ordinates) based on acceleration (m/s/s) & time(seconds) records contained in a .txt file?
Hi Parvesh, Try working with the below code snippet. % Read data from the text file (assuming two columns) [time, accelerati...

3 meses hace | 0

Respondida
How do I connect to a Phasor Measurement Unit (SEL-311C) using it's serial port RS232? I am able to do that using Teraterm but not in Matlab
Hi Sudhir, Connecting to SEL-311C via Serial Port in MATLAB: While Teraterm works, replicating it in MATLAB requires the Instr...

3 meses hace | 0

Cargar más