Shubh Pareek
Followers: 0 Following: 0
I am a computer science undergrad at IIT Palakkad.
Statistics
0 Questions
9 Answers
RANK
3,574
of 295,467
REPUTATION
14
CONTRIBUTIONS
0 Questions
9 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Can't generate Simulink model from Simulink function block
HI @Abhishek, From what I understood you can't see the Simulink version of your Function Block , Try this method ,righ...
1 year ago | 0
| accepted
How to find the indices of a vector from another vector
Hi @TTA, From what I have understood you want points from B which follow a certain condition with respect to points in A. ...
1 year ago | 0
LOADING TIFF FILES AND GENERATING A 3D PLOT SHOWING THE PORES
Hi @Enoch To generate a 3D plot in MATLAB of a tiff file representing a rock sample with just the pores showing, you can follow...
1 year ago | 0
How to create a TLC file for my S Function?
HI @David Have you tried this command ?, for creating the 'TLC' file. legacy_code('sfcn_tlc_generate', specs) Some r...
1 year ago | 0
How can I generate an m file from simulink model (power_RegulatedResonantLLCConverter) example ?
Hi @Muhammad Arsalan Athar, 1) By generating a 'm' file do you mean converting Simulink model to MATLAB code ? Assumin...
1 year ago | 0
| accepted
Integration using Green's function in MatLab
Hi @pritha From what i have understood you want to integrate phi function from 0 to infinity , may be this code can help al...
1 year ago | 0
| accepted
MATLAB Onramp is not shown
Hi @Badr Al-Sabri It looks like MATLAB Onramp is not available in the MATLAB add on's, other alternative is doing this...
1 year ago | 0
How can i create a loop using Simulink blocks, to do multiple iterations with some arithmetic operations and output correct answer.
HI @Sandashi, From what i have understood ,u want a Simulink model for this Matlab function . maybe be this method ca...
1 year ago | 1
How to get bus types for in bus element and out bus element in simulnk model through command line?
So to get information regarding in_bus element or out_bus element in simulink model from command line, you can use the `get_para...
1 year ago | 0