Rui Zhang
Followers: 0 Following: 0
Statistik
RANG
143.543
of 295.527
REPUTATION
0
ANTWORTZUSTIMMUNG
56.25%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
How to send a variable to the worker workspace?
An example code is show below: classdef myclass properties end methods function obj = ...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
how to find out the index of a cell array that cell contains my substring?
My question is: myCellArray = {'John','Mike','foo'}; substring = 'Jo' Since myCellArray{1} contains "Jo', I expected the ind...
9 Monate vor | 2 Antworten | 0
2
AntwortenFrage
How to convert matlab class with subclass to a struct with substruct?
If class name is classname1 and it has multiple subclasses: classname1.subname1.subname2.variable1; name1.subname3.variable2; ...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Scalar variable as output of Matlab function in Simulink
I careted a Simulink model in MATLAB 2017 for debug. The model includes only a MATLAB function. It is shown in the image below; ...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortWorkspace definition of "a variable" doesn't match this m-scripts definition
Hello Yuvraj, Thank you for your reply. I found my code to clear variables in the base workspace. "EngineeringModel" is n...
fast 2 Jahre vor | 0
Frage
Workspace definition of "a variable" doesn't match this m-scripts definition
I got an error message: Error executing "PreSimFcn" on Simulation input object. Workspace definition of "EngineeringModel" doesn...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Not able to assign a value to a member of class in MATLAB
Below is the class definition and I want to change obj.inputs by using setInputs method: classdef LinearLayer %UNTITLED2...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Simulink model can be compiled in normal mode, but can't be compiled in acceleration mode?
I removed all the C-code in S-functions in my Simulink model and I want to run it in acceleration mode. I am able to run it in n...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find a given parameter in state flow chart
When compiling a stateflow model, the system complains parameters 'myParameterName' and 'myParameterName' are conflicting. Decla...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
unable to exit matlab program
In the MATLAB command window, I typed "exit", trying to quit the MATLAB program. But I can't. I got an error message like: >> ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Trouble with jsondecode() and jsonencode()
I have a JSON file. I am trying to test the MATLAB functions before using them. So I loaded it str1 = fileread('json_filena...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab code and filterDesigner give different plots for the same setting of Chebyshev II bandpass filter?
Hello, The image below shows the settings in the filterDesigner by using Chebyshev type II bandpass filter and the plots. ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add a figure into PPT by using MATLAB script?
I have trouble to add figure into a PPT with MATLAB scripts: % -------------------- import mlreportgen.ppt.* slides = Prese...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to write row_headers into Excel Spreadsheet.
If I have a column array row_header = {'me'; 'you'; 'It'}, I want to write the three into 3 column cells (not in a row). How can...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
my Simulink object problems
I am using MATLAB 2017b and I got Simulink object data type error: Simulink.DataType object 'my_Inputs_Bus' is not in scope f...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Unable to read the last line by using regexp
I used the following code to read text line by line. But the result excludes the last line. For example, if my text is: void my...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the function of a question mark '?' in regular expression
If I have a C code text with two comments like below and I want to use matlab regular expression function to remove all the comm...
mehr als 5 Jahre vor | 2 Antworten | 0