Community Profile

photo

Saurabh


NIT Durgapur

Last seen: 3 días hace Con actividad desde 2023

Followers: 0   Following: 0

Programming Languages:
C++, C, MATLAB, HTML, CSS
Spoken Languages:
English, Hindi
Pronouns:
He/him

Estadísticas

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to embed Google maps into a GUI
Hi ZHOU, It seems like you are looking to plot a Google Map on the background of the figure. While going through the MathWork...

29 días hace | 0

Respondida
Why does my ode45 return a solution with the first values as zero despite I supplying non-zero initial conditions?
Hi Daniel, It seems like you were expecting to have a non-zero initial value, but it appears you received a zero initial val...

29 días hace | 0

Respondida
How do I replace the reference model in the module "Deep Learning Toolbox/Shallow Neural Networks/Control Systems/Model Reference Controller"?
Hi 文凯 醋, I am not very sure what sort of problem you are having referencing a model. You can simply click on the browse butto...

alrededor de 1 mes hace | 0

Respondida
Question about Relative Path Variable definitions
Hi Kevin, I can figure out that you need to set a relative path to the project root for a hardware configuration file. To ad...

alrededor de 1 mes hace | 0

Respondida
S-Function Builder changes entries after closing and re-opening
HI Alexander, Seems like S-function builder automatically adds a new line at any whitespace when something is added to the "...

alrededor de 1 mes hace | 0

| aceptada

Respondida
How to get 3 different plots in 1 plot axes using drop down button followed by analyse button in GUI?
Hello Purna, It is unclear which approach was utilized for plotting the graph. In order to assist, here is an overview of th...

alrededor de 1 mes hace | 0

Respondida
Frequency dependent components in simulink or simscape
Hello, Manaswini I can figure out is that there is a circuit with a frequency-dependent capacitor and a frequency-depe...

alrededor de 1 mes hace | 0

Respondida
Why are initial input values zero for Interpreted MATLAB Fcn block?
Answer HI Jon, It seems like when the provided Simulink model is executed, the first output you get is always zero, regardle...

alrededor de 1 mes hace | 0

| aceptada

Respondida
숫자야구 gui 만들고 싶습니다 ㅠㅠ
Hi 동진 정, It appears that you want to improve your baseball game by adding UI elements to make the experience more exciting. ...

alrededor de 2 meses hace | 0

Respondida
App designer : Saveas save all the interface and not just the figure mentionned
Hi Bastien, So, what I have understood from your question is that you want to save the graphs of your app separately, and you...

2 meses hace | 0

Respondida
using limit in differentiation
Hi Mukesh, I tried to reproduce the steps at my end and found out that the expression given by dv_dy will be discontinous at so...

2 meses hace | 0

Respondida
How can I extract data from the hardware simulation to excel from time 0 seconds ?
Hello Marabathina, There might be several possible reasons for the simulation to capture the result from 60 seconds ...

2 meses hace | 0

Respondida
Doubt about QPSK signal
In QPSK (Quadrature Phase Shift Keying), each symbol represents 2 bits of information. Since QPSK has 4 symbols, it can represen...

10 meses hace | 0

| aceptada

Respondida
How to add spacing between columns in a heatmap?
If you want to add spacing between columns of a heatmap in MATLAB, you are correct that there is no direct built-in function to ...

10 meses hace | 0

Respondida
Transmission of a simple structure from C++ to MATLAB
To transmit a simple structure from C++ to MATLAB containing two column arrays, you can use the MATLAB Engine API provided by Ma...

10 meses hace | 0

Respondida
Is there a function that makes varying the magnetic field with a force ?
Yes, in MATLAB, you can simulate the behavior of a magnetic field generated by a force using the magnetic field analysis capabil...

10 meses hace | 0

Respondida
Simulink-pluse generator
To connect a resistor between an IGBT switch with a snubber and a pulse generator, you can follow these general steps: Determ...

10 meses hace | 0

| aceptada

Respondida
Hello everyone How do i include my simulink block model in my livescript.someone please help. thanks in advance
To include a Simulink model in a MATLAB Live Script, you can use the simulink function and specify the name of the model file. H...

10 meses hace | 1

Respondida
how to create for loop in below formula
% Define the LP values LP = [LP1, LP2, LP3, LP4, LP5, LP6]; % Initialize the array to store the results Lc = zeros(1, 6); ...

10 meses hace | 0

Respondida
How to enable external mode in simulink to enable real time signal monitoring for f28379d?
You Can refer to this link: MathWorks If you still face the issue you can reach out again.

11 meses hace | 0

Respondida
What is the difference between net.inputWeights{i,j}=2 and net.inputWeights{i,j}.delays=[1,2];
In a NARX network, the `inputWeights` property is a cell array that contains the weights for each input at each layer of the net...

11 meses hace | 0

Respondida
Matching datenum from multiple arrays
Hye @hanif hamden, I hope You are doing well. The error message suggests that the dimensions of the two arrays being concaten...

11 meses hace | 0

Respondida
Which is best book on digital image processing using matlab?
You can refer to: Digital Image Processign Using MATLAB, 3rd Edition by: Rafael C. Gonzalez, University of Tennessee Richard...

11 meses hace | 0

Respondida
Applying a function only to certain rows in a table, marked by the start of the name.
you can use the startsWith function from the Text Analytics Toolbox to select the rows of a table whose name starts with a certa...

11 meses hace | 0

| aceptada

Respondida
how to to make model on simulink to check rise time ,overshoot ,steady state error of tf ?
Hi, Did you take a look to the Matlab documentation? Take a look here: Use linear time invariant system model object in Simul...

11 meses hace | 0

Respondida
Converting String to Character,
What you can do is to convert the string to char using char() function. for example: Bullseye = char(Bullseye ); let me kno...

11 meses hace | 0

Respondida
How do I use a sum function in a for loop?
1. total = 0; % Initialize the accumulator variable for i = 1:length(x) total = total + x(i); end 2. total = 0; ...

11 meses hace | 0

Respondida
Struct to double conversion
To convert a struct of 59 images to a double format, you will need to loop over each image and convert it by calling the im2doub...

11 meses hace | 0

Respondida
Maximum number of internal loops reached in simulink simulation error
The "Maximum number of internal loops reached" error is Simulink's way of telling you that the simulation took too long to run. ...

11 meses hace | 0

Respondida
Is it possible to check if student photoshopped certificate from Matlab?
It is not possible to definitively verify whether a student has photoshopped a certificate using only MATLAB software. However, ...

11 meses hace | 1

| aceptada