photo

Sumukh


Active since 2024

Followers: 0   Following: 1

Pronouns:
He/him

Statistics

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Impedance, admittance and ABCD matrices
Hi @Afluo Raoual, The images provided are two-port networks. Kindly refer to the following external resource to understand more...

14 dagar ago | 0

Answered
How does the function imsegkmeans compute distance?
Hi @Tao Hu, Kindly refer to the following MATLAB Answer where a staff member has answered that the “imgsegkmeans” and “kmeans” ...

14 dagar ago | 0

Answered
Handling Mutually Exclusive variable in background processes
Hi @ARIVARASAN, To run the functions ”f1” and “f2” as background tasks, the term "backgroundPool" must be passed as the first a...

14 dagar ago | 1

| accepted

Answered
BUG:MATLAB2024b got a bug about "uigridlayout"
Hi @Heran Wang, The issue is not reproducible on my end. The code appears to be working correctly on Windows 11 MATLAB R2024b a...

15 dagar ago | 0

Answered
Unable to open MATLAB example through Copying command in command window
Hi @Sri Janani Egambaram, The "Transmit and Receive Tones Using AD9361 Dual-Channels" example was introduced in MATLAB R2024a....

15 dagar ago | 0

Answered
Matlab 2024a not starting after Mac OS Sonoma 15.1 Update
Hi @Fabio Hübel, I experienced the same issue earlier in MATLAB R2023b. I updated the software to MATLAB R2024b, and this issue...

15 dagar ago | 0

Answered
Why do I get error 379 while attempting to activate or log in?
Hi @SK OMOR, The error is due to issues with the activation key provided during activation/log in. Kindly refer to the followin...

16 dagar ago | 0

Answered
Can we update simulink Nvidia Jetson UDP block parameter at runtime?
Hi @MAYUKH, The "Remote IP Address" block parameter in "UDP Send" block and "Local IP port" block parameter in the "UDP Receive...

16 dagar ago | 0

Answered
What is state vector output coordinate frame in Moon?
Hi @Dong-Woo, The "State vector output coordinate frame" parameter in the "Orbit Propagator Numerical" block has two options: I...

16 dagar ago | 1

| accepted

Answered
Connection with Redpitaya and receiving data
Hi Sahar, I understand that you are encountering an issue while trying to connect the Red Pitaya board to MATLAB. I would sugge...

17 dagar ago | 0

Answered
we have designated computer licenses for simulink,simscape & simscape electrical, so can we access matlab from concurrent pool?
Hi @Anusha, The "Designated Computer" license is different from "Concurrent" license. The designated license is to run MATLAB s...

18 dagar ago | 0

Answered
i want to implement and RLC circuit to find the fault current where R0 is infinte. This is bipolar circuit
Hi @Zeeshan, The incidence matrix represents the relationship between branches and nodes in the circuit. Each row of the matrix...

18 dagar ago | 0

Answered
How to visualize a multibody model when running on a Speedgoat
Hi @f wang, You can refer to the following MATLAB Answer from MathWorks Support Team that specifies various ways to visualize s...

18 dagar ago | 0

Answered
Can't click the SSO log in page
Hi Giuseppe, I am also facing this issue with my university credentials. The “Sign In” window gets stuck after typing in the e...

22 dagar ago | 0

Answered
Finding the sample time of a Simulink signal/line programmatically with Simulink.Block.getSampleTimes
Hi Andrew, The sample time is defined for a block, not a signal line. The sample time of the data on a signal line depends on ...

23 dagar ago | 0

Answered
compiler.runtime.customInstaller fails to reduce mcr installer size
Hi Sadiya, The command “compiler.runtime.customInstaller” creates an installer that installs the MATLAB Runtime components requ...

23 dagar ago | 0

Answered
compiler.runtime.customInstaller fails to reduce mcr installer size
Hi Qianqian, The command “compiler.runtime.customInstaller” creates an installer that installs the MATLAB Runtime components re...

23 dagar ago | 0

| accepted

Answered
SM ST 5C connection
Hi Muthulakshmi, I am assuming that you are referring to the ST5C excitation system model available in Simscape Electrical libr...

25 dagar ago | 0

Answered
SmSt 5c connection with synchronous machine
Hi Muthulakshmi, I am assuming that you are referring to the ST5C and AC1C excitation system models available in Simscape Elect...

25 dagar ago | 0

Answered
The connection test error during RTL-SDR toolbox installation?
Hi DAMLA, I understand that the test connection with the RTL-SDR peripheral is failing. Please provide further details on the e...

25 dagar ago | 0

Answered
Stop Reinforcement Learning "smoothly" when the Training Manager is disabled
Hi Federico, I understand that the “train” command is being used to train one or more reinforcement learning agents and the tra...

ungefär en månad ago | 0

Answered
Representation of the vector group YNd5yn6 with the three-phase three-winding transformer in Simulink Simscape Electrical (Specialized Power Systems)
Hi Torben, The three-phase three-winding transformer available in the Specialized Power Systems (SPS) library can implement the...

ungefär en månad ago | 0

Answered
how can i enter the pi symbol on keyboard
Hi William, I am assuming that you want to use the “pi” symbol in the title of a MATLAB figure. LaTeX commands can be used to d...

ungefär en månad ago | 0

Answered
How to make launchpad - F28379D in normal opration, by other word how to clear RAM momery.
Hi hassan, I understand that you have built and deployed code on the launchpad by unchecking the “Boot from flash” option in Mo...

ungefär en månad ago | 0

Answered
How do i transmit the data of DAC through CAN using F28379D
Hi saandeep, I am assuming that you want to transmit digital data via CAN from one board to another board of type F28379D. This...

ungefär 2 månader ago | 0

Answered
Custom Storage Class and Memory Section not visible in Code Mappings
Hi Djordje, Based on the images provided, my understanding is that a custom storage class has been created in Embedded Coder Di...

ungefär 2 månader ago | 0

Answered
Abnormal trailing ^ on input
Hi Jose, You can try out the following workarounds for the issue: The “power” function can be used instead of the “^” operator...

ungefär 2 månader ago | 1

Answered
I have read Mf4 file using "vehicle network Toolbox", Now i want to convert this to other formats such as CSV/PCD
Hi Rajendra, The “mdfRead” command reads the .MF4 file and outputs a cell array of timetables. To convert the output “dataChan...

ungefär 2 månader ago | 0

Answered
The backbone of deeplabv3+ returned by deeplabv3plusLayers() using augument "xeption" only support "Xception-41" network architecture?
Hi mingming, I assume that the MATLAB version being used is MATLAB R2024a. I am also assuming that the number “41” in “Xceptio...

ungefär 2 månader ago | 0

Answered
Ridge regularization for lsboost regression
Hi Farzad, The regression ensembles can only be regularized using lasso regularization with the “regularize” command. The possi...

ungefär 2 månader ago | 0

Load more