Community Profile

photo

Ashwini More


Last seen: nästan 3 år ago Active since 2019

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Help to create GUI app for plotting tool in MATLAB
Here I have described my requirements, 1. Data is present in different sheets of an excel file and data will different every ti...

nästan 3 år ago | 0 answers | 0

0

answers

Question


while creating figure based app in MATLAB, how to give callback to another matlab code?
I am working on to create figure based app, standalone application in MATLAB for plotting graphs from load data. let me give b...

nästan 3 år ago | 2 answers | 0

2

answers

Question


I want help to delete parameters from text file with matlab coding
I have requirement to delete some specific parameters from text file and generate new text file with changes. this should be don...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Is it possible to create code to delete some functions from existing MATLAB script?
I am working on process where MATLAB script is generated. Here, I want to delete some parameters from generated script which ar...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


Is there a way to create exe for GUI created using app designer in MATLAB.
I want to create exe for GUI created using app designer in MATLAB, so user will run the exe only and won't be able to see the ba...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Protecting a subsystem in simulink
I am trying to protect a subsystem block from third party but they should be able to run the simulation without identifying the ...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Continuous Loop operation with conditional statements in table and then calculation
I have a table that I brought into Matlab (165185x13 table), and it contains position function and time fucntion which is discon...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Write a code to start array only when condition is true
The condition which I am writing a code is array has to be start to import elements when condition is true. briefly, I can say t...

nästan 4 år ago | 1 answer | 0

1

answer

Question


How to use for loop and if else condition for multiple conditions
I am writing a code for Pass/Fail criteria for a application in which if two given conditions are satisfied then it will be pass...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


How to add image in existing ppt with matlab code
I have standard powerpoint format in which I want to add graphs of different applications. and this procedure is repetative. so ...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


To Extract data from the .csv or .xlsx file and out it ti the Matlab Base workspace for Simulink to access it and read data from it
I have written code for extracting file from user and then read data from that file. I can extract file from this code but not a...

ungefär 4 år ago | 0 answers | 0

0

answers

Question


to find value of unknown variable
syms a1 K n E q eqn = (a1/K)^(1/n) + (a1/E) == q; E=30000; K=174.6; n=0.202; q=0.02; solx = solve(eqn, a1) I want to fin...

ungefär 4 år ago | 1 answer | 0

1

answer

Question


To calculate fall time and settling time from response graph
I want to calculate fall time, setting time and overshoot from response graph. I tried stepinfo command but I coundnt get the ri...

mer än 4 år ago | 0 answers | 0

0

answers

Question


how can I read excel data with autofill option from any folder from my pc?
excel = actxserver('Excel.Application'); f = fullfile('c:\','users','user name','desktop';'matlab files')

mer än 4 år ago | 0 answers | 0

0

answers

Question


I want to read excel file with MATLAB code and I want to standardize it for all excel files. at the same time I want to read columns present in the sheet with their name so can it should reflect even it is placed in different column
G1= xlsread('gear4.log.log.csv.xlsx','Sheet3','C2:C828') G1= xlsread('gear4.log.log.csv.xlsx','Sheet3','D2:D828')

mer än 4 år ago | 0 answers | 0

0

answers