Rahul Gulia
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Estadística
18 Preguntas
13 Respuestas
1 Problema
165 Soluciones
CLASIFICACIÓN
21.002
of 296.117
REPUTACIÓN
2
CONTRIBUCIONES
18 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.11%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.339
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
1.104
of 155.395
CONTRIBUCIONES
1 Problema
165 Soluciones
PUNTUACIÓN
2.007
NÚMERO DE INSIGNIAS
9
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Using imageDatastore to load Input image and get output as predicted image
Hi, I am trying to see if I can load few images as an input to a supervised ML model and predict an image as output of the mode...
9 meses hace | 1 respuesta | 0
1
respuestaPregunta
Training VAE model with multiple input images
I am using the MATLAB VAE model defined here: https://www.mathworks.com/help/deeplearning/ug/train-a-variational-autoencoder-vae...
9 meses hace | 0 respuestas | 0
0
respuestasReversing the colormap turbo color range
colormap(flipud(hot))
más de 1 año hace | 0
| aceptada
Pregunta
Reversing the colormap turbo color range
In turbo colormap, blue represent low values in a range, and red represents high values. Is there any way to reverse this c...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Setting colorbar limit in siteviewer
I explored other Matlab answers too. But could not find anything related to this topic. I would like to know if I can set the c...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Sum a matrix element using a window size of 4
Hi everyone, I am trying to create a matrix(4,2) from a matrix (4,8), by adding 4 elements column wise. For example: A = [-2 ...
más de 1 año hace | 2 respuestas | 0
2
respuestasWhat's the best way to open and read a .out file in MATLAB?
You can use the function A = importdata(filename) https://www.mathworks.com/help/matlab/ref/importdata.html
casi 2 años hace | 0
Extracting testing and training data from a single dataset
I was able to solve this issue of mine. It was a simple example to join 2 matrices according to the 1st column values of both th...
alrededor de 2 años hace | 0
| aceptada
Extracting testing and training data from a single dataset
I figured out a way to create the training and testing data based on the location of the users. Here is how I did it. My Datase...
alrededor de 2 años hace | 0
Pregunta
Extracting testing and training data from a single dataset
I have a dataset of size 14400 x 14, where the first 2 columns represent a users x- and y- position, and ranges from 1 : 121. E...
alrededor de 2 años hace | 3 respuestas | 0
3
respuestasPregunta
Application of Logical operators
Hi team, I am trying to assign a colour to each part of this simple warehouse diagram with 4 shelves. I have to assign a uni...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Setting values in a column using multiple if else statements
I hope I can describe my problem in simple words. This is a top view of a warehouse of size 60x55 m. And I have placed shelves...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Heatmap plot using the XYZ values
I have a Dataset of size 575718x3. First column contains the x-location, second column contains the y-location, and the 3rd co...
más de 2 años hace | 0 respuestas | 0
0
respuestasAdding multiple variable contents in a single variable
Hi, Thank you for your answer. So I would like to proceed with this thread on some of my other queries related to the same typ...
más de 2 años hace | 0
Pregunta
Adding multiple variable contents in a single variable
I hope I can explain my problem statement properly. I have matrix with name from meanSINR1, meanSINR2, meanSINR3, .... meanSINR...
más de 2 años hace | 1 respuesta | 0
1
respuestaClose-In path loss model
Hello everyone, One solution that I found myself was to increase the distance from R0 = 1:2:1000; to R0 = 1:250:1000;
más de 2 años hace | 0
| aceptada
Pregunta
Close-In path loss model
Hi team, I am trying to replicate some results from the research paper "Multi-Frequency Multi-Scenario Millimeter Wave MIMO Ch...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Playing songs from Youtube on Matlab software
Hello everyone, I want to play youtube songs on Matlab software. I have explored many answers on the Matlab portal related to ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Extracting the mean of 2nd column based on unique 1st column values.
I have this vector, 1 22.6391 1 22.6357 1 22.6338 1.5 22.1159 1.5 22.1056 1.5 22.0950 1.5 22.08820 2 22.11870 2 22.1110...
casi 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
alrededor de 3 años hace
Resuelto
Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...
alrededor de 3 años hace
Resuelto
Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.
alrededor de 3 años hace
Resuelto
Make a 1 hot vector
Make a vector of length _N_ that consists of all zeros except at index _k_, where it has the value 1. Example: Input ...
alrededor de 3 años hace
Resuelto
Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.
alrededor de 3 años hace
Resuelto
Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...
alrededor de 3 años hace
Resuelto
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
alrededor de 3 años hace
Resuelto
Do you like your boss?
Do you like your boss? Answer can be any string! For example: Boss = 'Do you like your boss?'; Output = 'yes' or ...
alrededor de 3 años hace