WEB

1 次查看(过去 30 天)
Aldin
Aldin 2012-3-9
Can we use MATLAB for web developing? I use NetBeans for web developing in Java server page. Can i use MATLAB code in NetBeans to create an page.
For example (in JSP):
<% if(request.getMethod().equalsIgonreCase("post")){%>
Your name is: <%=request.getParameter("name");%>
<%}%>
<form action="" name="form1" method="post"
<input type="text" value="" name="name" />
<input type="submit" value="Submit Query" />
</form>
What id need to do to make this in MATLAB with NetBeans.

回答(1 个)

the cyclist
the cyclist 2012-3-9
  4 个评论
Aldin
Aldin 2012-3-9
I'm waiting for your answer,dude
Aldin
Aldin 2012-3-9
I still waiting on my answer.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Web App Server 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by