photo

Mohammad Naim


Last seen: más de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

1 Pregunta
0 Respuestas

File Exchange

1 Archivo

Cody

0 Problemas
10 Soluciones

CLASIFICACIÓN
135.062
of 300.379

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
18.167 of 20.931

REPUTACIÓN
2

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
1

ALL TIME DESCARGAS
26

CLASIFICACIÓN
37.851
of 168.299

CONTRIBUCIONES
0 Problemas
10 Soluciones

PUNTUACIÓN
115

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Submission
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

más de 2 años hace

Resuelto


Inner product of two vectors
Find the inner product of two vectors.

más de 2 años hace

Resuelto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

más de 2 años hace

Resuelto


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...

más de 2 años hace

Resuelto


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 ...

más de 2 años hace

Enviada


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 ...

más de 2 años hace | 1 descarga |

0.0 / 5
Thumbnail

Resuelto


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...

más de 5 años hace

Resuelto


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...

más de 5 años hace

Resuelto


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...

más de 5 años hace

Resuelto


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:...

más de 5 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

más de 5 años hace