![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17098244_1589455431615.jpg)
Mohammad Naim
Followers: 0 Following: 0
Statistics
RANK
141,953
of 297,016
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
18,002 of 20,419
REPUTATION
2
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
2
ALL TIME DOWNLOADS
23
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Import vector from workspace to simulink
Hello everyone, I am working on a model to simulate the output of pv array in simulink, the model consists two inputs each of 87...
1 year ago | 1 answer | 0
1
answerSolved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
2 years ago
Solved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
2 years ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
2 years ago
Submitted
Electric Field due to surface charge density
This file was written to calculate the Electric field at a point or several points in any z plane and export table by the field ...
2 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d1b88775-5888-4199-8440-3ac5f63b2f40/c4764d78-f7e5-4fe7-8206-e90d2f253584/images/1676819236.jpg)
Solved
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
5 years ago
Solved
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
5 years ago
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
5 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
5 years ago