photo

Anuj


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
10 Answers

Cody

0 Problems
30 Solutions

RANK
3,362
of 300,688

REPUTATION
16

CONTRIBUTIONS
0 Questions
10 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 21,039

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
17,381
of 170,148

CONTRIBUTIONS
0 Problems
30 Solutions

SCORE
312

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Bus with array of fixed size determined by function block set in buseditor
Hi Anna, Yes, you can set vector dimension in bus editor usign following steps - First, open bus editor and define a new bus o...

2 years ago | 0

Answered
Export trained classification model from Classification Learner to use in python
Hi KEE, Yes, You can export you model from MATLAB in the *.mat format using the save() function, specifing the file name and va...

2 years ago | 0

Answered
Is it possible for the public user to extract all the data?
Hi @Regidestyoko You can use thingSpeakRead function in matlab or by making HTTP GET requests to the ThingSpeak API. By default...

2 years ago | 0

| accepted

Answered
figure position with "tiledlayout" function.
Hi Ankit, you can set the position and size of the figure window when using tiledlayout in MATLAB. % Create a figure with a sp...

2 years ago | 0

| accepted

Answered
How can I implement this for loop in vector operation form?
Hi Mawe, You can use parallel computing toolbox to use parfor to run the for loop parallelly, which would extensively reduce th...

2 years ago | 0

Answered
[Simulink] monitoring the realtime states of "chart"
You can monitor the state during simulationin the symbols panel. You can open symbols panel using following steps --> In the ...

2 years ago | 1

Answered
Undefined function 'loss' for input arguments of type 'TreeBagger'.
Hi Sanchit, The error message can be of because you are using wrong syntax for the loss function which is not meant for the Tre...

2 years ago | 0

Answered
How to detect the probability of a shift in mean value when number of variables increases?
Hi Nainsi, MATLAB code for the asked problem --> % Set the parameters p = 20; % Number of variables n = 1000; % Number of sa...

2 years ago | 1

Answered
How to equalize dimensions to create scatter plot?
Hi Nick, To adjust the dimensions of the temperature and pesticide application rate data without losing any data, you need to e...

2 years ago | 0

Answered
How can i obtain a damping Matrix C, with an inherent damping matrix of 2% for all the modes ?
Hi Kimbugwe, To obtain the damping matrix using an inherent damping ratio of 2% for all vibration modes, you can modify your ex...

2 years ago | 0

| accepted