Chaitanya Chitale
MathWorks
Followers: 0 Following: 0
Estadística
1 Pregunta
7 Respuestas
0 Problemas
17 Soluciones
CLASIFICACIÓN
2.411
of 295.467
REPUTACIÓN
26
CONTRIBUCIONES
1 Pregunta
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
9
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
25.039
of 153.912
CONTRIBUCIONES
0 Problemas
17 Soluciones
PUNTUACIÓN
180
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Trustable Onramp Reports for Teachers
"My Self-Paced Courses" provides a way of creating a shareable link to the progress report. The progress report thus created is ...
más de 4 años hace | 1
| aceptada
Resuelto
Solve a System of Linear Equations
Given a constant input angle θ(theta) in radians, create the coefficient matrix(A) and constant vector(b) to solve the giv...
alrededor de 5 años hace
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the rolls is likely to be close to the expected value of a sin...
alrededor de 5 años hace
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...
alrededor 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...
alrededor 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...
alrededor de 5 años hace
How can I get deep learning onramp course material ?
Hello Sunil - To download the course files, click the 'Question' icon on the top right of the course environment and then select...
alrededor de 6 años hace | 7
On ramp wont work
MATLAB Onramp is free for everyone. You do not need to associate to a MATLAB license to access MATLAB Onramp. The original is...
más de 6 años hace | 0
MATLAB Fundamentals course problem
This is a bug in certain practice problems in the MATLAB Fundamentals and the Machine Learning with MATLAB courses caused by the...
alrededor de 7 años hace | 1
| aceptada
Resuelto
Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>
más de 9 años hace
Resuelto
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
más de 9 años hace
Resuelto
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
más de 9 años hace
Resuelto
Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...
más de 9 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 9 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
más de 9 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 ...
casi 10 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 11 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor de 12 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:...
alrededor de 12 años hace
How do I place a custom title in the metadata of a pdf document?
You can save the file to a .PS file format, and then convert the file to .PDF after editing the metadata of the .OS file. There...
casi 14 años hace | 0
How can I convert XYZ format data to create a line of sight map?
The data are scattered, that is, points here and there in latitude and longitude. The data have to be gridded before can use fu...
casi 14 años hace | 0
How can I implement a long-short-portfolio 130/30 with the Financial Toolbox?
The key to handle this situation is to split the weights into "buys" (positive part) and "sells" (negative part). For example, ...
casi 14 años hace | 0
Pregunta
What issues should I be aware of when working with MATLAB/Simulink on multiple operating systems?
Although I am working on windows machine, I might need to share some code or work myself on a Linux machine in future. Are MA...
casi 14 años hace | 2 respuestas | 0