photo

Shrey Tripathi


Last seen: nästan 2 år ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
9 Answers

Cody

0 Problems
3 Solutions

RANK
2 487
of 299 007

REPUTATION
24

CONTRIBUTIONS
0 Questions
9 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
4

RANK
 of 20 659

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
75 264
of 163 093

CONTRIBUTIONS
0 Problems
3 Solutions

SCORE
40

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

Answered
How can I get the sender's address and port values from the UDP receive S-function?
Yes, you are correct. The receive function on line 349 returns the remote address and port information via the remoteAddress and...

nästan 2 år ago | 0

Answered
I am working on a pair correlation function
The issue with your code might lie in the formula for calculation of the normalization factors. To compute the normalization fac...

nästan 2 år ago | 1

Answered
How to access members of a Class from the C code generated by the Embedded coder
The purpose of the generated C++ code you provided is to ensure that the value of the K property in the MyClass class matches th...

nästan 2 år ago | 0

Answered
Computations in text files involving both numerical values and text
As far as I can understand, you need to just replace the values under the Res[f(p)] column (wherever it appears) with the corres...

ungefär 2 år ago | 1

| accepted

Answered
How to get output results when using the lqr command in matlab
You are correct: to ensure that a system is controllable, the controllability matrix should have a full rank equivalent to the n...

ungefär 2 år ago | 0

| accepted

Answered
Eror when aplaying Masking image to colorfull image
To help solve this issue, it would be good if you provide some context in terms of what code you have written, where the error i...

ungefär 2 år ago | 1

| accepted

Answered
Chart loses bottom and right upon resize
The problem may be linked with the resizing of the main window. The provided code snippets do not have explicit codes to resize ...

ungefär 2 år ago | 1

Answered
How to replace a function vision.TextInserter() with a function insertText()?
Hello Vitaliy, You can use the insertText() function as follows: % Load image img = imread('image_file.png'); % Define po...

ungefär 2 år ago | 0

Answered
The simple way to call java code from Simulink
You can look at this question and the corresponding answer, which discusses about how to execute Java methods from within the Si...

ungefär 2 år ago | 0

| accepted