![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16116636_1567575708491_DEF.jpg)
Ashwini More
Followers: 0 Following: 0
Statistik
15 Fragen
0 Antworten
RANG
153.599
of 297.016
REPUTATION
0
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
46.67%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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')
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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')
mehr als 5 Jahre vor | 0 Antworten | 0