Arya
Followers: 0 Following: 0
Your average student where MATLAB is equivalent to your school life.
Statistics
RANK
38,531
of 295,673
REPUTATION
1
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
1
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years ago
Question
Improving performance of interp1 function inside for loop
Hello, I'm looking for some insight on troubleshooting a matlab fcn bottleneck in a Simulink project. According to the code ...
8 years ago | 1 answer | 0
1
answerQuestion
resample() function in code generation. Any way to use variable Q downsampling factor?
Hi, I need to use resample() function to take a variable argument of Q downsampling factor in Simulink. Basically a Simulink ...
8 years ago | 1 answer | 1
1
answerQuestion
Vectorization of matrix multiplication with scalar (Scalar is value of other matrix at index i) and expm() operation
Hi, I can't seem wrap my head on vectorizing a for loop in my MATLAB code. Basically, I have this code: % Let that: %...
8 years ago | 1 answer | 0