photo

Aditya Jain

MathWorks

Last seen: ungefär 5 år ago Active since 2015

Followers: 0   Following: 0

Message

Developer for MATLAB Grader

Statistics

All
MATLAB Answers

5 Questions
5 Answers

Cody

0 Problems
16 Solutions

RANK
4 402
of 300 369

REPUTATION
12

CONTRIBUTIONS
5 Questions
5 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
28 757
of 168 436

CONTRIBUTIONS
0 Problems
16 Solutions

SCORE
170

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Creator
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Promoter
  • Commenter
  • Solver

View badges

Feeds

View by

Answered
How to check the google page rank via MaTLAB?
<https://www.mathworks.com/help/matlab/examples/use-page-rank-algorithm-to-rank-websites.html>

ungefär 9 år ago | 0

Question


Standards for a function name
MATLAB has a standard that a variable can only consist of digits, letters and underscores Is there any standard for function ...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


Alternate to repmat to create cell array
Currently I am using repmat to create a matrix of multiple struct structElement = struct('a1','', 'a2', '', 'a3', '', 'a4',...

nästan 10 år ago | 1 answer | 0

1

answer

Question


create an array of single struct
structElement = struct('a1','', 'a2', '', 'a3', '', 'a4', ''); s1 = repmat(structElement, [1,1]); The above code gives a...

nästan 10 år ago | 1 answer | 0

1

answer

Question


Repmat converts '' to []
I want to create an array of structs I am using the following code structElement = struct('a', '', 'b', '', 'c', []...

ungefär 10 år ago | 1 answer | 0

1

answer

Question


Way to break matlab code string into array of sections
Suppose I have the following string: %% a = 2 %% a =3 %% t = 0:.1:pi*4; y = sin(t); for k...

ungefär 10 år ago | 1 answer | 0

1

answer

Answered
Why do I get the message "Undefined function 'showPointCloud' for input arguments of type 'double'."
What version of MATLAB are you using? showPointCloud is only available from MATLAB R2014b. Also as Star mentioned, do you ...

nästan 11 år ago | 0

Answered
i am a beginner please help me to debug small error
Nbp=[2827.4 0]; Dbp=[1 942.4 4712^2]; Wbp=[0:50:10000]; hbp=freqs(Nbp,Dbp,Wbp); hbp_mag=abs(hbp); hbp_phas...

nästan 11 år ago | 0

| accepted

Answered
mex compile is not working
The issue arises due to a Microsoft product bug where if you have installed Visual Studio 2010 Service Pack 1 on a system with W...

nästan 11 år ago | 1

Answered
Customize MATLAB front end
Check on MATLAB preferences http://www.mathworks.com/help/matlab/matlab_env/preferences.html

nästan 11 år ago | 1

| accepted