
Chandrika
I am an Intern at MathWorks under the Engineering Development Group. DISCLAIMER: Any advice or opinion here are my own, and will not in any way reflect that of MathWorks.
English
Statistics
0 Preguntas
12 Respuestas
0 Problemas
10 Soluciones
CLASIFICACIÓN
2.498
of 275.769
REPUTACIÓN
18
CONTRIBUCIONES
0 Preguntas
12 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 18.573
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
30.011
of 125.569
CONTRIBUCIONES
0 Problemas
10 Soluciones
PUNTUACIÓN
110
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
Resuelto
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
6 meses hace
Resuelto
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
6 meses hace
Resuelto
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
6 meses hace
Resuelto
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
6 meses hace
Resuelto
Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...
6 meses 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...
6 meses 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...
6 meses 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 you n...
6 meses 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:...
6 meses hace
Area Under the Curve value from txt file that has two columns
As per my understanding, for finding area under the curve using values entailed over two columns in a .txt file, you want to imp...
9 meses hace | 0
How to convert this equation to code?
As per my understanding, you want the MATLAB code for the given expression. Please try using the following code for the same: y...
9 meses hace | 1
Replace a specific text value in a table with NaN
As per my understanding, you want to standardize the missing values in the table. We can do this using 'TreatAsMissing'. You ca...
9 meses hace | 1
How to move an object on the map between 2 points?
As per my understanding, you want to track trajectory between two positions on a geographical map. In MATLAB, we can do this usi...
9 meses hace | 0
Error for Deep Learning Unet
As per my understanding, the size of the output of your network, and the size of your label must be same. As the label IDs here ...
9 meses hace | 0
| aceptada
have been practicing questions i see online i just cant get how to solve this mathwork
As per my understanding, you need to code for a function that reverses a vector. You can do this using a recursive function. Ple...
9 meses hace | 0
Lost my selfpaced online course progress after update
As per my understanding, due to version update your online course progress disappeared. In this case, irrespective of the versio...
9 meses hace | 0
Resuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
9 meses hace
how to open .bim image file
As per my understanding, you want to read and convert a blocked image into png file format. In MATLAB, you can do this using th...
9 meses hace | 0
Connecting Bluetooth Device to Matlab
As per my understanding, you want to programatically view the list of all available bluetooth devices, and connect to one. In M...
10 meses hace | 0
I get an error that I cannot connect to MathWork
As per my understanding, the connection error preventing MathWorks installer from connecting to the MathWorks servers is likely ...
10 meses hace | 0
Is it possible to programmatically run and export a live function in MATLAB Version: 9.8.0.1323502 (R2020a)? I know in version 2022 you can use the export function.
As per my understanding, you want to programatically execute and export a livescript. For MATLAB version R2020a, please look at ...
10 meses hace | 1
| aceptada
How to quantify color difference between two similar images?
As per my understanding, you want to compute the color difference between two L*a*b images. In MATLAB, we can do this using the...
10 meses hace | 2