Community Profile

photo

Patel Mounika


Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Solver
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Code composer version for matlab 2019
Hi Andre, You can install CCS v6 or later versions to work on Texas Instruments C2000 F2807x, Texas Instruments C2000 F2837xD, ...

casi 5 años hace | 0

Respondida
How launch simulink from powershell/command prompt without running matlab first?
According to my understanding, I don't think so this is possible.Look into below thread.https://in.mathworks.com/help/simulink/u...

alrededor de 5 años hace | 0

Respondida
FM/CW noise RADAR
In Frequency modulation, both message and carrier signals are analog in nature (fmmod). In Frequency shift keying modulation, t...

alrededor de 5 años hace | 0

Respondida
Where is getDevice?
GetDevices function is available in MATLAB R2019a which displays all available data acquisition devices. Syntax: daq.getDevice...

alrededor de 5 años hace | 0

Respondida
How can I handle more than one input/output in an exported function as a Java library?
You can execute MATLAB functions from Java using the MATLABEngine feval and fevalAsync methods. To call a MATLAB function: Pas...

alrededor de 5 años hace | 0

| aceptada

Respondida
Problem with battery+winding circuit in simscape
You forgot connecting a reference point to voltage sensor. I am attaching the modified model.

alrededor de 5 años hace | 0

Respondida
How to use parfor?
To solve the variable classification issues, make sure that your variables are uniquely classified and meet the respective categ...

alrededor de 5 años hace | 0

| aceptada

Respondida
Simulink Question: Trouble Debugging
The second error has occurred because in the Direct Lookup Table n-D (Dialog-parameters) you have specified Number of table dime...

alrededor de 5 años hace | 0

Respondida
Stateflow storage class - how to make it globalexternal storage class instead of auto?
Simulink implements global variables either as Data Store Memory blocks or Simulink.signal objects. Verify that your models do ...

alrededor de 5 años hace | 0

Respondida
Can anyone tell me how can I fix Demux problem in Simulink?
The error has occurred because the muxed input signal contains more than or less than 3 signals and you are attempting to pull o...

alrededor de 5 años hace | 0

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

alrededor de 5 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 5 años hace

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

alrededor de 5 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

alrededor de 5 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

alrededor de 5 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

alrededor de 5 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 5 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:...

alrededor de 5 años hace

Respondida
Simulink for students from California State university in Sacramento.
You can access the simulink onramp course using the below link. https://www.mathworks.com/matlabcentral/fileexchange/69056-simu...

alrededor de 5 años hace | 0

Respondida
RTL-SDR Receiver Gains
The gain 50 dB is Receiver gain and 100MHz is the center frequency. The center frequency of a channel is measure of center frequ...

alrededor de 5 años hace | 0

| aceptada

Respondida
Pass Cell array to matlab function via Bash script
Try using curly braces {}, instead of smooth parentheses () to create the Subject cell array. Subjects={'S01','S02'}; You can ...

alrededor de 5 años hace | 0

Respondida
Difference between methods of copying a simulink parameter
Yes, there is a difference between the two methods. In the first method you are creating a reference to the same object but in t...

alrededor de 5 años hace | 0

Respondida
Deep learning for motor control
Yes, you can design Dc motor control using Neural Networks, I have shared a related paper. https://www.ijert.org/research/dc-mo...

alrededor de 5 años hace | 1

Respondida
Store and pass on variables
System Objects are designed specifically for implementing and simulating dynamic systems with inputs that change over time and S...

alrededor de 5 años hace | 0

Respondida
How to create a fitnet neural network with multiple hidden layers?
You can add more hidden layers as shown below: trainFcn = 'trainlm'; % Levenberg-Marquardt backpropagation. % Create a Fittin...

alrededor de 5 años hace | 8

| aceptada

Respondida
Polynomial Voltage Controlled Voltage Source (PVCVS) in Simscape to MUX in Simulink Connection
The Simscape block has two kinds of ports; physical conserving ports and physical signal ports. The physical conserving ports ca...

alrededor de 5 años hace | 0

Respondida
How to deploy trained Faster RCNN object detector in Simulink
There is no direct way to use Faster RCNN object detector in Simulink but instead you can use coder.extrinsic to wrap the call t...

alrededor de 5 años hace | 0

Respondida
Question on Simulink Stand Alone executable with grt target file
You can give the input arguments next to the executable (D:\Bibin\Testing>Test_Sum your input arguments) and the corresponding o...

alrededor de 5 años hace | 0

| aceptada

Respondida
Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-401. Error in fminsearch (line 200) fv(:,1) = funfcn(x,varargin{:});
The objective function (first input argument of "fminsearch") should return a scalar value to be minimized. However, the functio...

alrededor de 5 años hace | 1

| aceptada

Respondida
Dear sir i am not able to use my matlab institute accound. Please help
The following answer might help resolve the issue.Thank you. https://www.mathworks.com/matlabcent...

alrededor de 5 años hace | 0

Cargar más