photo

Soumya Sinha


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

2 Questions
5 Answers

Cody

0 Problems
1 Solution

RANK
4,095
of 300,352

REPUTATION
12

CONTRIBUTIONS
2 Questions
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
121,287
of 168,212

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Question


Could someone please explain me the inverter control technique used in "power_PVarray_250kW", a shipped model of MATLAB?
Could someone please explain me the inverter control technique used in "power_PVarray_250kW", a shipped model of MATLAB? I need ...

6 years ago | 1 answer | 0

1

answer

Question


Please help me solve this second order ODE
dx1 = x1 + 2*x2; dx2 = sat(x1) + x2;

6 years ago | 1 answer | 0

1

answer

Answered
kindly help me with the conversion of .csv file into audio file
Hello Manvi. You can refer to the following MATLAB Answer and try that. CSV to Audio

6 years ago | 0

| accepted

Answered
Can i import images from the phone into MATLAB mobile app and use it for image processing?
Hello, Please refer to this link - LINK

6 years ago | 0

| accepted

Answered
How to train, test and classify images of two different categories by MATLAB tools
You can refer to the following link for image classfication - Image Classification

6 years ago | 0

| accepted

Answered
Subscript indices must either be real positive integers or logicals.
Check whether the value of A has been varied somewhere during the course of the program.

6 years ago | 0

Answered
unable to define local function because it has the same name as the file
You can create a separate SCRIPT for each and every function name and this created script could be used from any other script. ...

6 years ago | 0

Solved


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

6 years ago