Prajwal Venkatesh
Followers: 0 Following: 0
Estadística
20 Preguntas
3 Respuestas
CLASIFICACIÓN
195.611
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
20 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
65.0%
VOTOS RECIBIDOS
0
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
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
MATLAB app designer run issue
I get this issue every other random time Sometimes it works sometimes it dosent Error using xlsread (line 257) Invoke Er...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do i select a point on matlab UIaxes and then get data for it?
I have a plot on UIAxes and i want to use the brush tool to select the already plotted data and get what points the user selects...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
my datatip disappears in app GUI when i add another y axis
I have one xaxis and two yaxis, namely yaxis left and yaxis right the datatip disappears when I add the yaxis right, Is th...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I am unable to see datatips on my UIaxes in matlab app and the app is blurry, how do i fix this?
app.station_times=cell2mat(app.station(app.index,:))/60; disp(app.station_times) disp(app.station) plot(app.UIAxe...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to add drop down items based on a categorical array the user inputs in matlab gui app?
% Value changed function: SELECTTEAMDropDown function SELECTTEAMDropDownValueChanged(app, event) teamnam...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to load multiple excel files with multiple excel sheets and store it in matlab faster?
I need to load around 50 excel files and each files has like 100+ sheets. I need to store all this data in variables in my prog...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to plot a graph on the app designer?
I have a figure saved which i want to plot on the UI axes on the app or just display on the app How do i do that?
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Getting an error on my reshape function
%% [~,sheet_name]=xlsfinfo('Bunks.xlsx'); for k=1:numel(sheet_name) [~,data{k}]=xlsread('Bunks.xlsx',sheet_name{k}); end ...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to generate a time vector
I want the vector to start from one value and end in one value I should be able to specify the interval between them so examp...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
I need a code for the following graph
In the following graph the x axis should have 82 elements and the label for the x axis should be times like 6:30 , 6:35, 6:40......
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
I need only words when i split a string , while currently i am getting even spaces
string2=split(string(result{1,hh}(ss,1)),[" ",",","(",")","-"]) >> string2 string2 = 8×1 string array "Secure" ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
I have two cell arrays and I want to compare which element from the first array has similar words in the second array
array1= 4×1 cell array {'VRDU,2GA,M8XM8' } {'CBL,NEG,2GA,M8 X M8F'} {'people net,PWR DIST,VP'} {'COVER, V...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Delete rows and columns with zeros in a multi level cell array matrix.
I have a multi level cell array and i want to delete the rows and columns with zeros in it or '[ ]' . datafi2 = 1×18 cell ar...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use regexp for the following?
I want to use regexp for the following string 'ME5708' , S[lower( 'o the first two characters should be uppercase alphabets and...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I compare two sentences with similar words?
I have two string sentences with similar words, I want to know if there is a common word between them, case insensitive. stri...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How do i check the frequency of an element in a multi level cell array?
The multi level cell array has 61 cells and each of these 61 elements have around 25*30 cells.
casi 5 años hace | 1 respuesta | 0
1
respuestaUnable to read data from my excel file
I found the problem that the first sheet for this file is different than the rest. how do i import data based on sheet name?
casi 5 años hace | 0
| aceptada
Pregunta
Unable to read data from my excel file
for i=1:nfiles datafi{i} = readtable(fullfile(testfiledir, matfiles(i).name)); end I am reading certain excel f...
casi 5 años hace | 1 respuesta | 0
1
respuestathis code is taking a lot of time to run,
I have a certain set of words stored in my program and I need to check if anyone of those words are in the excel files of my fol...
casi 5 años hace | 0
Pregunta
this code is taking a lot of time to run,
Is there anyway i can write this code efficiently and reduce runtime? I am trying to import data from multiple files in ...
casi 5 años hace | 2 respuestas | 0
2
respuestasHow do I import multiple excel files from multiple folders , with different names and sizes?
clc;clear; testfiledir = 'C:\Users\bidgu\OneDrive\Desktop\manpower'; matfiles = dir(fullfile(testfiledir, '*.xlsm')); nfiles ...
casi 5 años hace | 0
Pregunta
How do I import multiple excel files from multiple folders , with different names and sizes?
Main folder has some n number of subfolders and these folders contain the excel files that I need to import to my program and st...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to check for common elements among multiple arrays ? Number of arrays are more than 100 and sizes vary for each array
result=mintersect(out{1,1},out{1,2},out{1,3},out{1,4},out{1,5},out{1,6},out{1,7},out{1,8},out{1,9},out{1,10},out{1,11},out{1,12}...
casi 5 años hace | 1 respuesta | 0