Community Profile

photo

Archita P

2016년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Knowledgeable Level 3
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Error in using fitgmdist : xmust have more rows than x
The reason for this error is the explicit check that happens on the dimensions. "fitgmdist" uses the EM algorithm, which require...

거의 7년 전 | 0

| 수락됨

답변 있음
Undefined function 'render_zoombtns' for input arguments of type 'matlab.ui.Figure'
You need to have Phased Array System Toolbox installed in your system. You can refer to the link mentioned below for more in...

거의 7년 전 | 0

답변 있음
Codec Error with VideoReader function
It might be the case that you are trying to read in a MAT file with a similar name, which would result in this error. Which c...

거의 7년 전 | 0

| 수락됨

답변 있음
Legacy code, c++ class
Enter the following command in the MATLAB command window- >> sfundemos It has examples for C++ integration. You can re...

거의 7년 전 | 1

답변 있음
Robotics System Toolbox custom message stops working R2016b
It might be the case that the package name in the package.xml file does not match the folder name. Unfortunately, the code ma...

거의 7년 전 | 1

| 수락됨

답변 있음
I can't get MATLAB_JAVA environment variable to read jre1.8.0_131?
Try following the steps mentioned in the link below to change the JVM used by MATLAB- https://www.mathworks.com/matlabcentral...

거의 7년 전 | 0

| 수락됨

답변 있음
Is there any way I could apply Adam optimiser in CNN?
You can refer to the following file exchange link and see if it helps- https://www.mathworks.com/matlabcentral/fileexchange/6...

거의 7년 전 | 0

답변 있음
DAQ USB-1024HLS (Measurement Computing Corporation) addDigitalChannel error
The Measurement Computing DAQ support package is expected to work with any Measurement Computing DAQ device that supports analog...

거의 7년 전 | 0

| 수락됨

답변 있음
Webcam preview closes after opening
If the firewall is active for camera connection, even if some firewall exceptions are set for MATLAB, it will most likely still ...

대략 7년 전 | 0

| 수락됨

답변 있음
feasp in LMI syntax
[TMIN,XFEAS] = feasp(LMISYS,OPTIONS,TARGET) solves the feasibility problem defined by the system of LMI constraints, LMISYS. Whe...

대략 7년 전 | 0

| 수락됨

답변 있음
How do we connect a gigE imaging device to MATLAB2015b?
You can install the DirectShow drivers from Basler and then use with Winvideo adaptor. Install the vendor provided Pylon SDK ...

대략 7년 전 | 1

답변 있음
My matlab is using same color in drawing multiple lines in figure
There was a major Graphics update from MATLAB R2014a TO R2014b. In R2014a and earlier, the "hold on" command does not retain th...

대략 7년 전 | 0

| 수락됨

답변 있음
C2000 Support Package and Fixed-Point Designer
MATLAB Coder, Simulink Coder, and Embedded Coder generate ANSI/ISO C/C++ code that can be compiled and executed on Texas Instrum...

대략 7년 전 | 0

답변 있음
NI myDAQ Simulink toolbox
Firstly, make sure that the 'nidaq' legacy interface adaptor is successfully registered. In Simulink data acquisition that uses...

대략 7년 전 | 1

| 수락됨

답변 있음
Issue with libstdc++.so.6
This issue might be due to an incompatibility between the libstdc++ shipped with MATLAB and the libstdc++ shipped with the syste...

대략 7년 전 | 22

| 수락됨

답변 있음
How to use Convolutional Neural Networks on 1 dimensional data ?
Refer to the following links to get the required information- https://www.mathworks.com/help/nnet/ug/introduction-to-convolut...

대략 7년 전 | 0

답변 있음
Can anyone help me with defuzzy functions in matlab?How to defuzzify output?whats the x in function?
The following documentations will help you understand the defuzz function: <http://www.mathworks.com/help/fuzzy/defuzz.html> ...

7년 초과 전 | 0

답변 있음
How do I include line breaks without extra space using report generation toolbox?
When trying to include line breaks without extra space in a word document, you can use the option: *Style > Retain spaces and ca...

7년 초과 전 | 0

답변 있음
Why do I have problems sometimes executing("Run"-Button) a script?
Hi, you can login to your Mathworks account and create a service request by clicking on “Contact Support” under “Contact Us” to ...

7년 초과 전 | 0

문제를 풀었습니다


Project Euler: Problem 10, Sum of Primes
The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below the input, N. Thank you <http:/...

7년 초과 전

문제를 풀었습니다


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

7년 초과 전

문제를 풀었습니다


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

7년 초과 전

문제를 풀었습니다


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

7년 초과 전

문제를 풀었습니다


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

7년 초과 전