
Rajiv Kumar
Followers: 0 Following: 0
Statistics
RANK
99,658
of 297,547
REPUTATION
0
CONTRIBUTIONS
10 Questions
2 Answers
ANSWER ACCEPTANCE
10.0%
VOTES RECEIVED
0
RANK
of 20,454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Python GUI doesn't close after closing MATLAB
Hello Team I am opening my python pyside6 GUI from MATLAB 2023b using pyrunfile command. I have observed that if I close my M...
13 days ago | 1 answer | 0
1
answerQuestion
Calling Python GUI's from MATLAB using pyrunfile
Hello Team I have a python Pyside6 GUI. I have the requirement to call my python GUI from my MATLAB app designer GUI. I did th...
1 month ago | 1 answer | 0
1
answerSolved
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...
12 months ago
Solved
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 Celsi...
12 months ago
Solved
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...
12 months ago
Solved
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:...
12 months ago
Question
Backend logs visible in MATLAB 2023b
Hi Team I had been using MATLAB 2022b for my development. On switching to MATLAB 2023b, i have observed that I receive the logs...
1 year ago | 0 answers | 0
0
answersQuestion
Warnings while compiling in MATLAB 2023b
Hello Team I have been receiving the following warnings when I compile in MATLAB 2023b: "Warning: Excluded "C:/Program Files/M...
1 year ago | 1 answer | 0
1
answerMATLAB 2022a copyobj not working properly
Yes I executed I the .mlapp that was attached. It was working fine in MatlabR2022a but tht application was developed in R2021b....
2 years ago | 0
MATLAB 2022a copyobj not working properly
Thanks for Reply MATLAB 2022a is the version we are using for this test
2 years ago | 0
Question
MATLAB 2022a copyobj not working properly
Hello Team, In appdesigner we have a group of tabs and from that group we want to create copy of one specific tab using the cop...
2 years ago | 3 answers | 0
3
answersQuestion
XLS read taking lot of time
Hello, I am working on MATLAB wherein I read a large XLS file using xlsread1 . Our Xls file has multiple worksheet as well. Th...
3 years ago | 0 answers | 0
0
answersQuestion
Dis orientation of the GUI element created by the appdesigner
The GUI is devolped using the appdesigner. The GUI Panel do not come at the given grid location and it is moved at some other pl...
4 years ago | 0 answers | 0
0
answersQuestion
syntax for the delete folder in the .prj file which is used for compiled image?
I have devolped the .prj file for devolping the compiled image. I need the syntax for deleting the folder using the .prj file. I...
4 years ago | 0 answers | 0
0
answersQuestion
Warning for application compiler for MATLAB 2019b for read only file during the compilation of same image second time?
The compiled image is created succesfully for the first time using the .prj file. But , when we compile it for the next time the...
4 years ago | 0 answers | 0
0
answersQuestion
Bind plot with some figure
I want to plot multiple plots on a figure. My flow is like below figure()//creates figure 1 h = figure() // creates figure 2 ...
6 years ago | 1 answer | 0