![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/26571437_1652986595736_DEF.jpg)
Nilay Modi
Followers: 0 Following: 0
Statistics
All
RANK
145 364
of 297 016
REPUTATION
0
CONTRIBUTIONS
3 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 419
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
Question
validate arguments stop implicit expansion
classdef Car properties id position end methods function obj = Car(id, position) ...
7 månader ago | 1 answer | 0
1
answerAnswered
Animation of a unit circle arrow sweeping from 0 to 2*pi
I asked this question to the AI Chat Playground and got the answers!!! In the for loop, I need to set the axis each time for ea...
Animation of a unit circle arrow sweeping from 0 to 2*pi
I asked this question to the AI Chat Playground and got the answers!!! In the for loop, I need to set the axis each time for ea...
8 månader ago | 0
| accepted
Question
Animation of a unit circle arrow sweeping from 0 to 2*pi
Just doing basic animation of an arrow in a unit circle sweeping from 0 to 2*pi using the Matlab provided animation sample code ...
8 månader ago | 1 answer | 0
1
answerQuestion
Not getting the expected size matrix from evaluating a function handle that is equal to zero
h = @(x,y) 0 [X, Y] = meshgrid(linspace(0, 2, 10)); Z = h(X,Y); X and Y are 10 x 10. I am expecting Z to be zeros matrix of ...
11 månader ago | 3 answers | 0