Statistics
4 Questions
0 Answers
RANK
172,442
of 301,200
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,190
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,339
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to write a MATLAB function that finds all of the positive entries in a matrix and their locations
using the function header: function [posentry,location] = findpositive(A) I have to construct a function file that, using ...
10 years ago | 2 answers | 0
2
answersQuestion
How to write a MATLAB function to find all the divisors between 2 and 20
I have to construct a matlab function file which finds all of the divisors, or factors between 2 and 20 of any input "a" and has...
10 years ago | 2 answers | 0
2
answersQuestion
How to use least square fit in matlab to find coefficients of a function?
consider the following 10 data points x = 7.38, 5.86, 2.46, 6.66, 0.83, 6.26, 6.61, 7.29, 8.91, 9.82 y = 11.89, 2.01, 4....
10 years ago | 1 answer | 0
1
answerQuestion
How can i find the first vowel in my name using a Matlab function?
Hi, I have to use the matlab function function v=findfirstvowel(word) to find the first vowel of an inputted name. for exa...
10 years ago | 1 answer | 0
